Html Css Color HEX #422F82 Windsor

📋 copy color: '#422F82'

red 66 ◦ green 47 ◦ blue 130

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

Shades of Windsor #422F82

Tints of Windsor #422F82

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.34%

 BLUE value IS 130 (51.17% from 255) = 53.5%

R = 27.16%
G = 19.34%
B = 53.5%

CMYK

 C value IS 0.49

 M value IS 0.64

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#422F82 (or 0x422F82) is known color: Windsor. HEX triplet: 42, 2F and 82. RGB value is (66,47,130). Sum of RGB (Red+Green+Blue) = 66+47+130=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 47 (18.75% from 255 or 19.34% from 243); Blue value is 130 (51.17% from 255 or 53.50% from 243); Max value from RGB is 130 - color contains mainly: blue. Hex color #422F82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422F82 is #BDD07D. Grayscale: #3D3D3D. Windows color (decimal): -12439678 or 8531778. OLE color: 8531778.

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

Color convert

RGB 66 47 130 -
CMYK 0.49 0.64 0 0.49
HSL 253.73º 0.47% 0.35% -
HSV(B) 253.73º 0.64% 0.51% -
XYZ 7.29 4.8 21.66 -
YUV 62.14 166.29 130.75 -
System Red Green Blue C M Y K H S L
Decimal 66 47 130 0.49 0.64 0 0.49 253.73 0.47 0.35
Hex 42 2F 82 31 40 0 31 FE 2F 23
Octal 102 57 202 61 100 0 61 376 57 43
Binary 1000010 101111 10000010 110001 1000000 0 110001 11111110 101111 100011

Color Harmonies of #422F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422F82

Black with #422F82

Text Example


Text Example

White with #422F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,47,130); }

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

background-color css

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

 a { background-color: rgb(66,47,130); }

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

border-color css

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

 span { border-color: rgb(66,47,130); }

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