Html Css Color HEX #432575 Windsor

📋 copy color: '#432575'

red 67 ◦ green 37 ◦ blue 117

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

Shades of Windsor #432575

Tints of Windsor #432575

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.74%

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

R = 30.32%
G = 16.74%
B = 52.94%

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

#432575 (or 0x432575) is known color: Windsor. HEX triplet: 43, 25 and 75. RGB value is (67,37,117). Sum of RGB (Red+Green+Blue) = 67+37+117=221 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.32% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #432575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432575 is #BCDA8A. Grayscale: #363636. Windows color (decimal): -12376715 or 7677251. OLE color: 7677251.

HSL color Cylindrical-coordinate representation of color #432575: hue angle of 262.5º degrees, saturation: 0.52, 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 #432575 is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 67 37 117 -
CMYK 0.43 0.68 0 0.54
HSL 262.5º 0.52% 0.3% -
HSV(B) 262.5º 0.68% 0.46% -
XYZ 6.19 3.8 17.24 -
YUV 55.09 162.94 136.5 -
System Red Green Blue C M Y K H S L
Decimal 67 37 117 0.43 0.68 0 0.54 262.5 0.52 0.3
Hex 43 25 75 2B 44 0 36 106 34 1E
Octal 103 45 165 53 104 0 66 406 64 36
Binary 1000011 100101 1110101 101011 1000100 0 110110 100000110 110100 11110

Color Harmonies of #432575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432575

Black with #432575

Text Example


Text Example

White with #432575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432575; }

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

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

background-color css

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

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

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

border-color css

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

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

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