Html Css Color HEX #432072 Windsor

📋 copy color: '#432072'

red 67 ◦ green 32 ◦ blue 114

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

Shades of Windsor #432072

Tints of Windsor #432072

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.02%

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

R = 31.46%
G = 15.02%
B = 53.52%

CMYK

 C value IS 0.41

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#432072 (or 0x432072) is known color: Windsor. HEX triplet: 43, 20 and 72. RGB value is (67,32,114). Sum of RGB (Red+Green+Blue) = 67+32+114=213 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.46% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #432072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432072 is #BCDF8D. Grayscale: #333333. Windows color (decimal): -12377998 or 7479363. OLE color: 7479363.

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

Color convert

RGB 67 32 114 -
CMYK 0.41 0.72 0 0.55
HSL 265.61º 0.56% 0.29% -
HSV(B) 265.61º 0.72% 0.45% -
XYZ 5.87 3.44 16.27 -
YUV 51.81 163.1 138.83 -
System Red Green Blue C M Y K H S L
Decimal 67 32 114 0.41 0.72 0 0.55 265.61 0.56 0.29
Hex 43 20 72 29 48 0 37 10A 38 1D
Octal 103 40 162 51 110 0 67 412 70 35
Binary 1000011 100000 1110010 101001 1001000 0 110111 100001010 111000 11101

Color Harmonies of #432072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432072

Black with #432072

Text Example


Text Example

White with #432072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432072; }

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

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

background-color css

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

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

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

border-color css

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

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

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