Html Css Color HEX #432675 Windsor

📋 copy color: '#432675'

red 67 ◦ green 38 ◦ blue 117

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

Shades of Windsor #432675

Tints of Windsor #432675

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.12%

 BLUE value IS 117 (46.09% from 255) = 52.7%

R = 30.18%
G = 17.12%
B = 52.7%

CMYK

 C value IS 0.43

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#432675 (or 0x432675) is known color: Windsor. HEX triplet: 43, 26 and 75. RGB value is (67,38,117). Sum of RGB (Red+Green+Blue) = 67+38+117=222 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.18% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 117 (46.09% from 255 or 52.70% from 222); Max value from RGB is 117 - color contains mainly: blue. Hex color #432675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432675 is #BCD98A. Grayscale: #373737. Windows color (decimal): -12376459 or 7677507. OLE color: 7677507.

HSL color Cylindrical-coordinate representation of color #432675: hue angle of 262.03º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #432675 is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 67 38 117 -
CMYK 0.43 0.68 0 0.54
HSL 262.03º 0.51% 0.3% -
HSV(B) 262.03º 0.68% 0.46% -
XYZ 6.22 3.86 17.25 -
YUV 55.68 162.61 136.08 -
System Red Green Blue C M Y K H S L
Decimal 67 38 117 0.43 0.68 0 0.54 262.03 0.51 0.3
Hex 43 26 75 2B 44 0 36 106 33 1E
Octal 103 46 165 53 104 0 66 406 63 36
Binary 1000011 100110 1110101 101011 1000100 0 110110 100000110 110011 11110

Color Harmonies of #432675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432675

Black with #432675

Text Example


Text Example

White with #432675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432675; }

 p { color: rgb(67,38,117); }

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

background-color css

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

 a { background-color: rgb(67,38,117); }

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

border-color css

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

 span { border-color: rgb(67,38,117); }

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