Html Css Color HEX #422185 Windsor

📋 copy color: '#422185'

red 66 ◦ green 33 ◦ blue 133

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

Shades of Windsor #422185

Tints of Windsor #422185

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.22%

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

R = 28.45%
G = 14.22%
B = 57.33%

CMYK

 C value IS 0.50

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#422185 (or 0x422185) is known color: Windsor. HEX triplet: 42, 21 and 85. RGB value is (66,33,133). Sum of RGB (Red+Green+Blue) = 66+33+133=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 133 (52.34% from 255 or 57.33% from 232); Max value from RGB is 133 - color contains mainly: blue. Hex color #422185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422185 is #BDDE7A. Grayscale: #353535. Windows color (decimal): -12443259 or 8724802. OLE color: 8724802.

HSL color Cylindrical-coordinate representation of color #422185: hue angle of 259.8º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #422185 is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 33 133 -
CMYK 0.50 0.75 0 0.48
HSL 259.8º 0.6% 0.33% -
HSV(B) 259.8º 0.75% 0.52% -
XYZ 7.02 3.94 22.58 -
YUV 54.27 172.43 136.37 -
System Red Green Blue C M Y K H S L
Decimal 66 33 133 0.50 0.75 0 0.48 259.8 0.6 0.33
Hex 42 21 85 32 4B 0 30 104 3C 21
Octal 102 41 205 62 113 0 60 404 74 41
Binary 1000010 100001 10000101 110010 1001011 0 110000 100000100 111100 100001

Color Harmonies of #422185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422185

Black with #422185

Text Example


Text Example

White with #422185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422185; }

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

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

background-color css

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

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

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

border-color css

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

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

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