Html Css Color HEX #42218F Windsor

📋 copy color: '#42218F'

red 66 ◦ green 33 ◦ blue 143

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

Shades of Windsor #42218F

Tints of Windsor #42218F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 59.09%

R = 27.27%
G = 13.64%
B = 59.09%

CMYK

 C value IS 0.54

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#42218F (or 0x42218F) is known color: Windsor. HEX triplet: 42, 21 and 8F. RGB value is (66,33,143). Sum of RGB (Red+Green+Blue) = 66+33+143=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 33 (13.28% from 255 or 13.64% from 242); Blue value is 143 (56.25% from 255 or 59.09% from 242); Max value from RGB is 143 - color contains mainly: blue. Hex color #42218F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42218F is #BDDE70. Grayscale: #373737. Windows color (decimal): -12443249 or 9380162. OLE color: 9380162.

HSL color Cylindrical-coordinate representation of color #42218F: hue angle of 258º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42218F is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 33 143 -
CMYK 0.54 0.77 0 0.44
HSL 258º 0.63% 0.35% -
HSV(B) 258º 0.77% 0.56% -
XYZ 7.75 4.23 26.39 -
YUV 55.41 177.43 135.56 -
System Red Green Blue C M Y K H S L
Decimal 66 33 143 0.54 0.77 0 0.44 258 0.63 0.35
Hex 42 21 8F 36 4D 0 2C 102 3E 23
Octal 102 41 217 66 115 0 54 402 76 43
Binary 1000010 100001 10001111 110110 1001101 0 101100 100000010 111110 100011

Color Harmonies of #42218F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42218F

Black with #42218F

Text Example


Text Example

White with #42218F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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