Html Css Color HEX #422577 Windsor

📋 copy color: '#422577'

red 66 ◦ green 37 ◦ blue 119

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

Shades of Windsor #422577

Tints of Windsor #422577

RGB

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

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

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

R = 29.73%
G = 16.67%
B = 53.6%

CMYK

 C value IS 0.45

 M value IS 0.69

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#422577 (or 0x422577) is known color: Windsor. HEX triplet: 42, 25 and 77. RGB value is (66,37,119). Sum of RGB (Red+Green+Blue) = 66+37+119=222 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.73% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 119 (46.88% from 255 or 53.60% from 222); Max value from RGB is 119 - color contains mainly: blue. Hex color #422577 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422577 is #BDDA88. Grayscale: #363636. Windows color (decimal): -12442249 or 7808322. OLE color: 7808322.

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

Color convert

RGB 66 37 119 -
CMYK 0.45 0.69 0 0.53
HSL 261.22º 0.53% 0.31% -
HSV(B) 261.22º 0.69% 0.47% -
XYZ 6.24 3.81 17.86 -
YUV 55.02 164.11 135.83 -
System Red Green Blue C M Y K H S L
Decimal 66 37 119 0.45 0.69 0 0.53 261.22 0.53 0.31
Hex 42 25 77 2D 45 0 35 105 35 1F
Octal 102 45 167 55 105 0 65 405 65 37
Binary 1000010 100101 1110111 101101 1000101 0 110101 100000101 110101 11111

Color Harmonies of #422577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422577

Black with #422577

Text Example


Text Example

White with #422577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422577; }

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

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

background-color css

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

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

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

border-color css

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

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

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