Html Css Color HEX #422B85 Windsor

📋 copy color: '#422B85'

red 66 ◦ green 43 ◦ blue 133

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

Shades of Windsor #422B85

Tints of Windsor #422B85

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.77%

 BLUE value IS 133 (52.34% from 255) = 54.96%

R = 27.27%
G = 17.77%
B = 54.96%

CMYK

 C value IS 0.50

 M value IS 0.68

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#422B85 (or 0x422B85) is known color: Windsor. HEX triplet: 42, 2B and 85. RGB value is (66,43,133). Sum of RGB (Red+Green+Blue) = 66+43+133=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 43 (17.19% from 255 or 17.77% from 242); Blue value is 133 (52.34% from 255 or 54.96% from 242); Max value from RGB is 133 - color contains mainly: blue. Hex color #422B85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422B85 is #BDD47A. Grayscale: #3B3B3B. Windows color (decimal): -12440699 or 8727362. OLE color: 8727362.

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

Color convert

RGB 66 43 133 -
CMYK 0.50 0.68 0 0.48
HSL 255.33º 0.51% 0.35% -
HSV(B) 255.33º 0.68% 0.52% -
XYZ 7.34 4.58 22.69 -
YUV 60.14 169.12 132.18 -
System Red Green Blue C M Y K H S L
Decimal 66 43 133 0.50 0.68 0 0.48 255.33 0.51 0.35
Hex 42 2B 85 32 44 0 30 FF 33 23
Octal 102 53 205 62 104 0 60 377 63 43
Binary 1000010 101011 10000101 110010 1000100 0 110000 11111111 110011 100011

Color Harmonies of #422B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422B85

Black with #422B85

Text Example


Text Example

White with #422B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,43,133); }

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

background-color css

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

 a { background-color: rgb(66,43,133); }

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

border-color css

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

 span { border-color: rgb(66,43,133); }

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