Html Css Color HEX #422888 Windsor

📋 copy color: '#422888'

red 66 ◦ green 40 ◦ blue 136

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

Shades of Windsor #422888

Tints of Windsor #422888

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.53%

 BLUE value IS 136 (53.52% from 255) = 56.2%

R = 27.27%
G = 16.53%
B = 56.2%

CMYK

 C value IS 0.51

 M value IS 0.71

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#422888 (or 0x422888) is known color: Windsor. HEX triplet: 42, 28 and 88. RGB value is (66,40,136). Sum of RGB (Red+Green+Blue) = 66+40+136=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 136 (53.52% from 255 or 56.20% from 242); Max value from RGB is 136 - color contains mainly: blue. Hex color #422888 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422888 is #BDD777. Grayscale: #3A3A3A. Windows color (decimal): -12441464 or 8923202. OLE color: 8923202.

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

Color convert

RGB 66 40 136 -
CMYK 0.51 0.71 0 0.47
HSL 256.25º 0.55% 0.35% -
HSV(B) 256.25º 0.71% 0.53% -
XYZ 7.45 4.45 23.76 -
YUV 58.72 171.61 133.19 -
System Red Green Blue C M Y K H S L
Decimal 66 40 136 0.51 0.71 0 0.47 256.25 0.55 0.35
Hex 42 28 88 33 47 0 2F 100 37 23
Octal 102 50 210 63 107 0 57 400 67 43
Binary 1000010 101000 10001000 110011 1000111 0 101111 100000000 110111 100011

Color Harmonies of #422888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422888

Black with #422888

Text Example


Text Example

White with #422888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422888; }

 p { color: rgb(66,40,136); }

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

background-color css

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

 a { background-color: rgb(66,40,136); }

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

border-color css

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

 span { border-color: rgb(66,40,136); }

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