Html Css Color HEX #432B72 Windsor

📋 copy color: '#432B72'

red 67 ◦ green 43 ◦ blue 114

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

Shades of Windsor #432B72

Tints of Windsor #432B72

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.2%

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

R = 29.91%
G = 19.2%
B = 50.89%

CMYK

 C value IS 0.41

 M value IS 0.62

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#432B72 (or 0x432B72) is known color: Windsor. HEX triplet: 43, 2B and 72. RGB value is (67,43,114). Sum of RGB (Red+Green+Blue) = 67+43+114=224 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.91% from 224); Green value is 43 (17.19% from 255 or 19.20% from 224); Blue value is 114 (44.92% from 255 or 50.89% from 224); Max value from RGB is 114 - color contains mainly: blue. Hex color #432B72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432B72 is #BCD48D. Grayscale: #3A3A3A. Windows color (decimal): -12375182 or 7482179. OLE color: 7482179.

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

Color convert

RGB 67 43 114 -
CMYK 0.41 0.62 0 0.55
HSL 260.28º 0.45% 0.31% -
HSV(B) 260.28º 0.62% 0.45% -
XYZ 6.22 4.14 16.39 -
YUV 58.27 159.45 134.23 -
System Red Green Blue C M Y K H S L
Decimal 67 43 114 0.41 0.62 0 0.55 260.28 0.45 0.31
Hex 43 2B 72 29 3E 0 37 104 2D 1F
Octal 103 53 162 51 76 0 67 404 55 37
Binary 1000011 101011 1110010 101001 111110 0 110111 100000100 101101 11111

Color Harmonies of #432B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432B72

Black with #432B72

Text Example


Text Example

White with #432B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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