Html Css Color HEX #422C88 Windsor

📋 copy color: '#422C88'

red 66 ◦ green 44 ◦ blue 136

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

Shades of Windsor #422C88

Tints of Windsor #422C88

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.89%

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

R = 26.83%
G = 17.89%
B = 55.28%

CMYK

 C value IS 0.51

 M value IS 0.68

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#422C88 (or 0x422C88) is known color: Windsor. HEX triplet: 42, 2C and 88. RGB value is (66,44,136). Sum of RGB (Red+Green+Blue) = 66+44+136=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 44 (17.58% from 255 or 17.89% from 246); Blue value is 136 (53.52% from 255 or 55.28% from 246); Max value from RGB is 136 - color contains mainly: blue. Hex color #422C88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422C88 is #BDD377. Grayscale: #3C3C3C. Windows color (decimal): -12440440 or 8924226. OLE color: 8924226.

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

Color convert

RGB 66 44 136 -
CMYK 0.51 0.68 0 0.47
HSL 254.35º 0.51% 0.35% -
HSV(B) 254.35º 0.68% 0.53% -
XYZ 7.59 4.74 23.81 -
YUV 61.07 170.29 131.52 -
System Red Green Blue C M Y K H S L
Decimal 66 44 136 0.51 0.68 0 0.47 254.35 0.51 0.35
Hex 42 2C 88 33 44 0 2F FE 33 23
Octal 102 54 210 63 104 0 57 376 63 43
Binary 1000010 101100 10001000 110011 1000100 0 101111 11111110 110011 100011

Color Harmonies of #422C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422C88

Black with #422C88

Text Example


Text Example

White with #422C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422C88; }

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

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

background-color css

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

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

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

border-color css

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

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

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