Html Css Color HEX #422D83 Windsor

📋 copy color: '#422D83'

red 66 ◦ green 45 ◦ blue 131

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

Shades of Windsor #422D83

Tints of Windsor #422D83

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.6%

 BLUE value IS 131 (51.56% from 255) = 54.13%

R = 27.27%
G = 18.6%
B = 54.13%

CMYK

 C value IS 0.50

 M value IS 0.66

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#422D83 (or 0x422D83) is known color: Windsor. HEX triplet: 42, 2D and 83. RGB value is (66,45,131). Sum of RGB (Red+Green+Blue) = 66+45+131=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 131 (51.56% from 255 or 54.13% from 242); Max value from RGB is 131 - color contains mainly: blue. Hex color #422D83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422D83 is #BDD27C. Grayscale: #3C3C3C. Windows color (decimal): -12440189 or 8596802. OLE color: 8596802.

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

Color convert

RGB 66 45 131 -
CMYK 0.50 0.66 0 0.49
HSL 254.65º 0.49% 0.35% -
HSV(B) 254.65º 0.66% 0.51% -
XYZ 7.28 4.67 21.99 -
YUV 61.08 167.46 131.51 -
System Red Green Blue C M Y K H S L
Decimal 66 45 131 0.50 0.66 0 0.49 254.65 0.49 0.35
Hex 42 2D 83 32 42 0 31 FF 31 23
Octal 102 55 203 62 102 0 61 377 61 43
Binary 1000010 101101 10000011 110010 1000010 0 110001 11111111 110001 100011

Color Harmonies of #422D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422D83

Black with #422D83

Text Example


Text Example

White with #422D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,45,131); }

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

background-color css

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

 a { background-color: rgb(66,45,131); }

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

border-color css

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

 span { border-color: rgb(66,45,131); }

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