Html Css Color HEX #432472 Windsor

📋 copy color: '#432472'

red 67 ◦ green 36 ◦ blue 114

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

Shades of Windsor #432472

Tints of Windsor #432472

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.59%

 BLUE value IS 114 (44.92% from 255) = 52.53%

R = 30.88%
G = 16.59%
B = 52.53%

CMYK

 C value IS 0.41

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#432472 (or 0x432472) is known color: Windsor. HEX triplet: 43, 24 and 72. RGB value is (67,36,114). Sum of RGB (Red+Green+Blue) = 67+36+114=217 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.88% from 217); Green value is 36 (14.45% from 255 or 16.59% from 217); Blue value is 114 (44.92% from 255 or 52.53% from 217); Max value from RGB is 114 - color contains mainly: blue. Hex color #432472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432472 is #BCDB8D. Grayscale: #353535. Windows color (decimal): -12376974 or 7480387. OLE color: 7480387.

HSL color Cylindrical-coordinate representation of color #432472: hue angle of 263.85º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #432472 is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 67 36 114 -
CMYK 0.41 0.68 0 0.55
HSL 263.85º 0.52% 0.29% -
HSV(B) 263.85º 0.68% 0.45% -
XYZ 5.98 3.67 16.31 -
YUV 54.16 161.77 137.16 -
System Red Green Blue C M Y K H S L
Decimal 67 36 114 0.41 0.68 0 0.55 263.85 0.52 0.29
Hex 43 24 72 29 44 0 37 108 34 1D
Octal 103 44 162 51 104 0 67 410 64 35
Binary 1000011 100100 1110010 101001 1000100 0 110111 100001000 110100 11101

Color Harmonies of #432472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432472

Black with #432472

Text Example


Text Example

White with #432472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432472; }

 p { color: rgb(67,36,114); }

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

background-color css

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

 a { background-color: rgb(67,36,114); }

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

border-color css

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

 span { border-color: rgb(67,36,114); }

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