Html Css Color HEX #422777 Windsor

📋 copy color: '#422777'

red 66 ◦ green 39 ◦ blue 119

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

Shades of Windsor #422777

Tints of Windsor #422777

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.41%

 BLUE value IS 119 (46.88% from 255) = 53.13%

R = 29.46%
G = 17.41%
B = 53.13%

CMYK

 C value IS 0.45

 M value IS 0.67

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#422777 (or 0x422777) is known color: Windsor. HEX triplet: 42, 27 and 77. RGB value is (66,39,119). Sum of RGB (Red+Green+Blue) = 66+39+119=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 119 (46.88% from 255 or 53.12% from 224); Max value from RGB is 119 - color contains mainly: blue. Hex color #422777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422777 is #BDD888. Grayscale: #373737. Windows color (decimal): -12441737 or 7808834. OLE color: 7808834.

HSL color Cylindrical-coordinate representation of color #422777: hue angle of 260.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #422777 is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 39 119 -
CMYK 0.45 0.67 0 0.53
HSL 260.25º 0.51% 0.31% -
HSV(B) 260.25º 0.67% 0.47% -
XYZ 6.3 3.94 17.88 -
YUV 56.19 163.45 135 -
System Red Green Blue C M Y K H S L
Decimal 66 39 119 0.45 0.67 0 0.53 260.25 0.51 0.31
Hex 42 27 77 2D 43 0 35 104 33 1F
Octal 102 47 167 55 103 0 65 404 63 37
Binary 1000010 100111 1110111 101101 1000011 0 110101 100000100 110011 11111

Color Harmonies of #422777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422777

Black with #422777

Text Example


Text Example

White with #422777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422777; }

 p { color: rgb(66,39,119); }

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

background-color css

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

 a { background-color: rgb(66,39,119); }

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

border-color css

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

 span { border-color: rgb(66,39,119); }

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