Html Css Color HEX #3E218E Windsor

📋 copy color: '#3E218E'

red 62 ◦ green 33 ◦ blue 142

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

Shades of Windsor #3E218E

Tints of Windsor #3E218E

RGB

 RED value IS 62 (24.61% from 255) = 26.16%

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

 BLUE value IS 142 (55.86% from 255) = 59.92%

R = 26.16%
G = 13.92%
B = 59.92%

CMYK

 C value IS 0.56

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3E218E (or 0x3E218E) is known color: Windsor. HEX triplet: 3E, 21 and 8E. RGB value is (62,33,142). Sum of RGB (Red+Green+Blue) = 62+33+142=237 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.16% from 237); Green value is 33 (13.28% from 255 or 13.92% from 237); Blue value is 142 (55.86% from 255 or 59.92% from 237); Max value from RGB is 142 - color contains mainly: blue. Hex color #3E218E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E218E is #C1DE71. Grayscale: #353535. Windows color (decimal): -12705394 or 9314622. OLE color: 9314622.

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

Color convert

RGB 62 33 142 -
CMYK 0.56 0.77 0 0.44
HSL 255.96º 0.62% 0.34% -
HSV(B) 255.96º 0.77% 0.56% -
XYZ 7.41 4.06 25.99 -
YUV 54.1 177.61 133.64 -
System Red Green Blue C M Y K H S L
Decimal 62 33 142 0.56 0.77 0 0.44 255.96 0.62 0.34
Hex 3E 21 8E 38 4D 0 2C 100 3E 22
Octal 76 41 216 70 115 0 54 400 76 42
Binary 111110 100001 10001110 111000 1001101 0 101100 100000000 111110 100010

Color Harmonies of #3E218E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E218E

Black with #3E218E

Text Example


Text Example

White with #3E218E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E218E; }

 p { color: rgb(62,33,142); }

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

background-color css

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

 a { background-color: rgb(62,33,142); }

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

border-color css

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

 span { border-color: rgb(62,33,142); }

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