Html Css Color HEX #432572 Windsor

📋 copy color: '#432572'

red 67 ◦ green 37 ◦ blue 114

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

Shades of Windsor #432572

Tints of Windsor #432572

RGB

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

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

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

R = 30.73%
G = 16.97%
B = 52.29%

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

#432572 (or 0x432572) is known color: Windsor. HEX triplet: 43, 25 and 72. RGB value is (67,37,114). Sum of RGB (Red+Green+Blue) = 67+37+114=218 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.73% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #432572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432572 is #BCDA8D. Grayscale: #363636. Windows color (decimal): -12376718 or 7480643. OLE color: 7480643.

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

Color convert

RGB 67 37 114 -
CMYK 0.41 0.68 0 0.55
HSL 263.38º 0.51% 0.3% -
HSV(B) 263.38º 0.68% 0.45% -
XYZ 6.01 3.73 16.32 -
YUV 54.75 161.44 136.74 -
System Red Green Blue C M Y K H S L
Decimal 67 37 114 0.41 0.68 0 0.55 263.38 0.51 0.3
Hex 43 25 72 29 44 0 37 107 33 1E
Octal 103 45 162 51 104 0 67 407 63 36
Binary 1000011 100101 1110010 101001 1000100 0 110111 100000111 110011 11110

Color Harmonies of #432572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432572

Black with #432572

Text Example


Text Example

White with #432572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432572; }

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

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

background-color css

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

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

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

border-color css

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

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

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