Html Css Color HEX #432D78 Windsor

📋 copy color: '#432D78'

red 67 ◦ green 45 ◦ blue 120

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

Shades of Windsor #432D78

Tints of Windsor #432D78

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.4%

 BLUE value IS 120 (47.27% from 255) = 51.72%

R = 28.88%
G = 19.4%
B = 51.72%

CMYK

 C value IS 0.44

 M value IS 0.63

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#432D78 (or 0x432D78) is known color: Windsor. HEX triplet: 43, 2D and 78. RGB value is (67,45,120). Sum of RGB (Red+Green+Blue) = 67+45+120=232 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.88% from 232); Green value is 45 (17.97% from 255 or 19.40% from 232); Blue value is 120 (47.27% from 255 or 51.72% from 232); Max value from RGB is 120 - color contains mainly: blue. Hex color #432D78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432D78 is #BCD287. Grayscale: #3B3B3B. Windows color (decimal): -12374664 or 7875907. OLE color: 7875907.

HSL color Cylindrical-coordinate representation of color #432D78: hue angle of 257.6º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #432D78 is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 67 45 120 -
CMYK 0.44 0.63 0 0.53
HSL 257.6º 0.45% 0.32% -
HSV(B) 257.6º 0.63% 0.47% -
XYZ 6.64 4.43 18.27 -
YUV 60.13 161.79 132.9 -
System Red Green Blue C M Y K H S L
Decimal 67 45 120 0.44 0.63 0 0.53 257.6 0.45 0.32
Hex 43 2D 78 2C 3F 0 35 102 2D 20
Octal 103 55 170 54 77 0 65 402 55 40
Binary 1000011 101101 1111000 101100 111111 0 110101 100000010 101101 100000

Color Harmonies of #432D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432D78

Black with #432D78

Text Example


Text Example

White with #432D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432D78; }

 p { color: rgb(67,45,120); }

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

background-color css

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

 a { background-color: rgb(67,45,120); }

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

border-color css

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

 span { border-color: rgb(67,45,120); }

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