Html Css Color HEX #42217F Windsor

📋 copy color: '#42217F'

red 66 ◦ green 33 ◦ blue 127

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

Shades of Windsor #42217F

Tints of Windsor #42217F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 56.19%

R = 29.2%
G = 14.6%
B = 56.19%

CMYK

 C value IS 0.48

 M value IS 0.74

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#42217F (or 0x42217F) is known color: Windsor. HEX triplet: 42, 21 and 7F. RGB value is (66,33,127). Sum of RGB (Red+Green+Blue) = 66+33+127=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 127 (50% from 255 or 56.19% from 226); Max value from RGB is 127 - color contains mainly: blue. Hex color #42217F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42217F is #BDDE80. Grayscale: #353535. Windows color (decimal): -12443265 or 8331586. OLE color: 8331586.

HSL color Cylindrical-coordinate representation of color #42217F: hue angle of 261.06º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42217F is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 66 33 127 -
CMYK 0.48 0.74 0 0.50
HSL 261.06º 0.59% 0.31% -
HSV(B) 261.06º 0.74% 0.5% -
XYZ 6.62 3.78 20.46 -
YUV 53.58 169.43 136.86 -
System Red Green Blue C M Y K H S L
Decimal 66 33 127 0.48 0.74 0 0.50 261.06 0.59 0.31
Hex 42 21 7F 30 4A 0 32 105 3B 1F
Octal 102 41 177 60 112 0 62 405 73 37
Binary 1000010 100001 1111111 110000 1001010 0 110010 100000101 111011 11111

Color Harmonies of #42217F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42217F

Black with #42217F

Text Example


Text Example

White with #42217F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42217F; }

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

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

background-color css

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

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

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

border-color css

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

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

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