Html Css Color HEX #422471 Windsor

📋 copy color: '#422471'

red 66 ◦ green 36 ◦ blue 113

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

Shades of Windsor #422471

Tints of Windsor #422471

RGB

 RED value IS 66 (26.17% from 255) = 30.7%

 GREEN value IS 36 (14.45% from 255) = 16.74%

 BLUE value IS 113 (44.53% from 255) = 52.56%

R = 30.7%
G = 16.74%
B = 52.56%

CMYK

 C value IS 0.42

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#422471 (or 0x422471) is known color: Windsor. HEX triplet: 42, 24 and 71. RGB value is (66,36,113). Sum of RGB (Red+Green+Blue) = 66+36+113=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 113 (44.53% from 255 or 52.56% from 215); Max value from RGB is 113 - color contains mainly: blue. Hex color #422471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422471 is #BDDB8E. Grayscale: #353535. Windows color (decimal): -12442511 or 7414850. OLE color: 7414850.

HSL color Cylindrical-coordinate representation of color #422471: hue angle of 263.38º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #422471 is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 36 113 -
CMYK 0.42 0.68 0 0.56
HSL 263.38º 0.52% 0.29% -
HSV(B) 263.38º 0.68% 0.44% -
XYZ 5.86 3.61 16.01 -
YUV 53.75 161.44 136.74 -
System Red Green Blue C M Y K H S L
Decimal 66 36 113 0.42 0.68 0 0.56 263.38 0.52 0.29
Hex 42 24 71 2A 44 0 38 107 34 1D
Octal 102 44 161 52 104 0 70 407 64 35
Binary 1000010 100100 1110001 101010 1000100 0 111000 100000111 110100 11101

Color Harmonies of #422471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422471

Black with #422471

Text Example


Text Example

White with #422471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422471; }

 p { color: rgb(66,36,113); }

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

background-color css

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

 a { background-color: rgb(66,36,113); }

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

border-color css

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

 span { border-color: rgb(66,36,113); }

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