Html Css Color HEX #432073 Windsor

📋 copy color: '#432073'

red 67 ◦ green 32 ◦ blue 115

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

Shades of Windsor #432073

Tints of Windsor #432073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 53.74%

R = 31.31%
G = 14.95%
B = 53.74%

CMYK

 C value IS 0.42

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#432073 (or 0x432073) is known color: Windsor. HEX triplet: 43, 20 and 73. RGB value is (67,32,115). Sum of RGB (Red+Green+Blue) = 67+32+115=214 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.31% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 115 (45.31% from 255 or 53.74% from 214); Max value from RGB is 115 - color contains mainly: blue. Hex color #432073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432073 is #BCDF8C. Grayscale: #333333. Windows color (decimal): -12377997 or 7544899. OLE color: 7544899.

HSL color Cylindrical-coordinate representation of color #432073: hue angle of 265.3º 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 #432073 is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 67 32 115 -
CMYK 0.42 0.72 0 0.55
HSL 265.3º 0.56% 0.29% -
HSV(B) 265.3º 0.72% 0.45% -
XYZ 5.93 3.46 16.58 -
YUV 51.93 163.6 138.75 -
System Red Green Blue C M Y K H S L
Decimal 67 32 115 0.42 0.72 0 0.55 265.3 0.56 0.29
Hex 43 20 73 2A 48 0 37 109 38 1D
Octal 103 40 163 52 110 0 67 411 70 35
Binary 1000011 100000 1110011 101010 1001000 0 110111 100001001 111000 11101

Color Harmonies of #432073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432073

Black with #432073

Text Example


Text Example

White with #432073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432073; }

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

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

background-color css

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

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

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

border-color css

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

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

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