Html Css Color HEX #432096 Blue Gem

📋 copy color: '#432096'

red 67 ◦ green 32 ◦ blue 150

#432096
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #432096

Tints of Blue Gem #432096

RGB

 RED value IS 67 (26.56% from 255) = 26.91%

 GREEN value IS 32 (12.89% from 255) = 12.85%

 BLUE value IS 150 (58.98% from 255) = 60.24%

R = 26.91%
G = 12.85%
B = 60.24%

CMYK

 C value IS 0.55

 M value IS 0.79

 Y value IS 0

 K value IS 0.41

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#432096 (or 0x432096) is known color: Blue Gem. HEX triplet: 43, 20 and 96. RGB value is (67,32,150). Sum of RGB (Red+Green+Blue) = 67+32+150=249 (32% of max value = 765). Red value is 67 (26.56% from 255 or 26.91% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 150 (58.98% from 255 or 60.24% from 249); Max value from RGB is 150 - color contains mainly: blue. Hex color #432096 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432096 is #BCDF69. Grayscale: #373737. Windows color (decimal): -12377962 or 9838659. OLE color: 9838659.

HSL color Cylindrical-coordinate representation of color #432096: hue angle of 257.8º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #432096 is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 67 32 150 -
CMYK 0.55 0.79 0 0.41
HSL 257.8º 0.65% 0.36% -
HSV(B) 257.8º 0.79% 0.59% -
XYZ 8.34 4.43 29.27 -
YUV 55.92 181.1 135.91 -
System Red Green Blue C M Y K H S L
Decimal 67 32 150 0.55 0.79 0 0.41 257.8 0.65 0.36
Hex 43 20 96 37 4F 0 29 102 41 24
Octal 103 40 226 67 117 0 51 402 101 44
Binary 1000011 100000 10010110 110111 1001111 0 101001 100000010 1000001 100100

Color Harmonies of #432096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432096

Black with #432096

Text Example


Text Example

White with #432096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432096; }

 p { color: rgb(67,32,150); }

 H1.HeaderClassName
 {
   color: #432096;
 }
 .AnyTagClassName
 {
   color: #432096;
 }
</style>

background-color css

<style>
 a { background-color: #432096; }

 a { background-color: rgb(67,32,150); }

 div.DivClassName
 {
   background-color: #432096;
 }
 .BgClassName
 {
   background-color: #432096;
 }
</style>

border-color css

<style>
 span { border-color: #432096; }

 span { border-color: rgb(67,32,150); }

 td.TdClassName
 {
   border-color: #432096;
 }
 .TagClassName
 {
   border-color: #432096;
 }
</style>