Html Css Color HEX #422A7C Windsor

📋 copy color: '#422A7C'

red 66 ◦ green 42 ◦ blue 124

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

Shades of Windsor #422A7C

Tints of Windsor #422A7C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.1%

 BLUE value IS 124 (48.83% from 255) = 53.45%

R = 28.45%
G = 18.1%
B = 53.45%

CMYK

 C value IS 0.47

 M value IS 0.66

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#422A7C (or 0x422A7C) is known color: Windsor. HEX triplet: 42, 2A and 7C. RGB value is (66,42,124). Sum of RGB (Red+Green+Blue) = 66+42+124=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 42 (16.80% from 255 or 18.10% from 232); Blue value is 124 (48.83% from 255 or 53.45% from 232); Max value from RGB is 124 - color contains mainly: blue. Hex color #422A7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422A7C is #BDD583. Grayscale: #3A3A3A. Windows color (decimal): -12440964 or 8137282. OLE color: 8137282.

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

Color convert

RGB 66 42 124 -
CMYK 0.47 0.66 0 0.51
HSL 257.56º 0.49% 0.33% -
HSV(B) 257.56º 0.66% 0.49% -
XYZ 6.71 4.27 19.54 -
YUV 58.52 164.95 133.33 -
System Red Green Blue C M Y K H S L
Decimal 66 42 124 0.47 0.66 0 0.51 257.56 0.49 0.33
Hex 42 2A 7C 2F 42 0 33 102 31 21
Octal 102 52 174 57 102 0 63 402 61 41
Binary 1000010 101010 1111100 101111 1000010 0 110011 100000010 110001 100001

Color Harmonies of #422A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422A7C

Black with #422A7C

Text Example


Text Example

White with #422A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,42,124); }

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

background-color css

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

 a { background-color: rgb(66,42,124); }

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

border-color css

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

 span { border-color: rgb(66,42,124); }

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