Html Css Color HEX #432972 Windsor

📋 copy color: '#432972'

red 67 ◦ green 41 ◦ blue 114

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

Shades of Windsor #432972

Tints of Windsor #432972

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.47%

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

R = 30.18%
G = 18.47%
B = 51.35%

CMYK

 C value IS 0.41

 M value IS 0.64

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#432972 (or 0x432972) is known color: Windsor. HEX triplet: 43, 29 and 72. RGB value is (67,41,114). Sum of RGB (Red+Green+Blue) = 67+41+114=222 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.18% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 114 (44.92% from 255 or 51.35% from 222); Max value from RGB is 114 - color contains mainly: blue. Hex color #432972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432972 is #BCD68D. Grayscale: #383838. Windows color (decimal): -12375694 or 7481667. OLE color: 7481667.

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

Color convert

RGB 67 41 114 -
CMYK 0.41 0.64 0 0.55
HSL 261.37º 0.47% 0.3% -
HSV(B) 261.37º 0.64% 0.45% -
XYZ 6.14 3.99 16.37 -
YUV 57.1 160.11 135.06 -
System Red Green Blue C M Y K H S L
Decimal 67 41 114 0.41 0.64 0 0.55 261.37 0.47 0.3
Hex 43 29 72 29 40 0 37 105 2F 1E
Octal 103 51 162 51 100 0 67 405 57 36
Binary 1000011 101001 1110010 101001 1000000 0 110111 100000101 101111 11110

Color Harmonies of #432972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432972

Black with #432972

Text Example


Text Example

White with #432972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432972; }

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

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

background-color css

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

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

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

border-color css

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

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

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