Html Css Color HEX #432372 Windsor

📋 copy color: '#432372'

red 67 ◦ green 35 ◦ blue 114

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

Shades of Windsor #432372

Tints of Windsor #432372

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.2%

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

R = 31.02%
G = 16.2%
B = 52.78%

CMYK

 C value IS 0.41

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#432372 (or 0x432372) is known color: Windsor. HEX triplet: 43, 23 and 72. RGB value is (67,35,114). Sum of RGB (Red+Green+Blue) = 67+35+114=216 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.02% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 114 (44.92% from 255 or 52.78% from 216); Max value from RGB is 114 - color contains mainly: blue. Hex color #432372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432372 is #BCDC8D. Grayscale: #353535. Windows color (decimal): -12377230 or 7480131. OLE color: 7480131.

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

Color convert

RGB 67 35 114 -
CMYK 0.41 0.69 0 0.55
HSL 264.3º 0.53% 0.29% -
HSV(B) 264.3º 0.69% 0.45% -
XYZ 5.95 3.61 16.3 -
YUV 53.57 162.1 137.58 -
System Red Green Blue C M Y K H S L
Decimal 67 35 114 0.41 0.69 0 0.55 264.3 0.53 0.29
Hex 43 23 72 29 45 0 37 108 35 1D
Octal 103 43 162 51 105 0 67 410 65 35
Binary 1000011 100011 1110010 101001 1000101 0 110111 100001000 110101 11101

Color Harmonies of #432372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432372

Black with #432372

Text Example


Text Example

White with #432372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432372; }

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

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

background-color css

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

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

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

border-color css

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

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

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