Html Css Color HEX #422572 Windsor

📋 copy color: '#422572'

red 66 ◦ green 37 ◦ blue 114

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

Shades of Windsor #422572

Tints of Windsor #422572

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.05%

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

R = 30.41%
G = 17.05%
B = 52.53%

CMYK

 C value IS 0.42

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#422572 (or 0x422572) is known color: Windsor. HEX triplet: 42, 25 and 72. RGB value is (66,37,114). Sum of RGB (Red+Green+Blue) = 66+37+114=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 114 (44.92% from 255 or 52.53% from 217); Max value from RGB is 114 - color contains mainly: blue. Hex color #422572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422572 is #BDDA8D. Grayscale: #363636. Windows color (decimal): -12442254 or 7480642. OLE color: 7480642.

HSL color Cylindrical-coordinate representation of color #422572: hue angle of 262.6º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #422572 is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 37 114 -
CMYK 0.42 0.68 0 0.55
HSL 262.6º 0.51% 0.3% -
HSV(B) 262.6º 0.68% 0.45% -
XYZ 5.95 3.7 16.32 -
YUV 54.45 161.61 136.24 -
System Red Green Blue C M Y K H S L
Decimal 66 37 114 0.42 0.68 0 0.55 262.6 0.51 0.3
Hex 42 25 72 2A 44 0 37 107 33 1E
Octal 102 45 162 52 104 0 67 407 63 36
Binary 1000010 100101 1110010 101010 1000100 0 110111 100000111 110011 11110

Color Harmonies of #422572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422572

Black with #422572

Text Example


Text Example

White with #422572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422572; }

 p { color: rgb(66,37,114); }

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

background-color css

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

 a { background-color: rgb(66,37,114); }

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

border-color css

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

 span { border-color: rgb(66,37,114); }

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