Html Css Color HEX #422789 Windsor

📋 copy color: '#422789'

red 66 ◦ green 39 ◦ blue 137

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

Shades of Windsor #422789

Tints of Windsor #422789

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 56.61%

R = 27.27%
G = 16.12%
B = 56.61%

CMYK

 C value IS 0.52

 M value IS 0.72

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#422789 (or 0x422789) is known color: Windsor. HEX triplet: 42, 27 and 89. RGB value is (66,39,137). Sum of RGB (Red+Green+Blue) = 66+39+137=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 39 (15.62% from 255 or 16.12% from 242); Blue value is 137 (53.91% from 255 or 56.61% from 242); Max value from RGB is 137 - color contains mainly: blue. Hex color #422789 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422789 is #BDD876. Grayscale: #393939. Windows color (decimal): -12441719 or 8988482. OLE color: 8988482.

HSL color Cylindrical-coordinate representation of color #422789: hue angle of 256.53º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #422789 is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 39 137 -
CMYK 0.52 0.72 0 0.46
HSL 256.53º 0.56% 0.35% -
HSV(B) 256.53º 0.72% 0.54% -
XYZ 7.49 4.42 24.12 -
YUV 58.25 172.45 133.53 -
System Red Green Blue C M Y K H S L
Decimal 66 39 137 0.52 0.72 0 0.46 256.53 0.56 0.35
Hex 42 27 89 34 48 0 2E 101 38 23
Octal 102 47 211 64 110 0 56 401 70 43
Binary 1000010 100111 10001001 110100 1001000 0 101110 100000001 111000 100011

Color Harmonies of #422789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422789

Black with #422789

Text Example


Text Example

White with #422789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422789; }

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

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

background-color css

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

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

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

border-color css

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

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

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