Html Css Color HEX #3E248E Windsor

📋 copy color: '#3E248E'

red 62 ◦ green 36 ◦ blue 142

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

Shades of Windsor #3E248E

Tints of Windsor #3E248E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15%

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

R = 25.83%
G = 15%
B = 59.17%

CMYK

 C value IS 0.56

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3E248E (or 0x3E248E) is known color: Windsor. HEX triplet: 3E, 24 and 8E. RGB value is (62,36,142). Sum of RGB (Red+Green+Blue) = 62+36+142=240 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.83% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 142 (55.86% from 255 or 59.17% from 240); Max value from RGB is 142 - color contains mainly: blue. Hex color #3E248E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E248E is #C1DB71. Grayscale: #373737. Windows color (decimal): -12704626 or 9315390. OLE color: 9315390.

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

Color convert

RGB 62 36 142 -
CMYK 0.56 0.75 0 0.44
HSL 254.72º 0.6% 0.35% -
HSV(B) 254.72º 0.75% 0.56% -
XYZ 7.5 4.24 26.01 -
YUV 55.86 176.61 132.38 -
System Red Green Blue C M Y K H S L
Decimal 62 36 142 0.56 0.75 0 0.44 254.72 0.6 0.35
Hex 3E 24 8E 38 4B 0 2C FF 3C 23
Octal 76 44 216 70 113 0 54 377 74 43
Binary 111110 100100 10001110 111000 1001011 0 101100 11111111 111100 100011

Color Harmonies of #3E248E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E248E

Black with #3E248E

Text Example


Text Example

White with #3E248E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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