Html Css Color HEX #3E2878 Windsor

📋 copy color: '#3E2878'

red 62 ◦ green 40 ◦ blue 120

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

Shades of Windsor #3E2878

Tints of Windsor #3E2878

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.02%

 BLUE value IS 120 (47.27% from 255) = 54.05%

R = 27.93%
G = 18.02%
B = 54.05%

CMYK

 C value IS 0.48

 M value IS 0.67

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3E2878 (or 0x3E2878) is known color: Windsor. HEX triplet: 3E, 28 and 78. RGB value is (62,40,120). Sum of RGB (Red+Green+Blue) = 62+40+120=222 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.93% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 120 (47.27% from 255 or 54.05% from 222); Max value from RGB is 120 - color contains mainly: blue. Hex color #3E2878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2878 is #C1D787. Grayscale: #373737. Windows color (decimal): -12703624 or 7874622. OLE color: 7874622.

HSL color Cylindrical-coordinate representation of color #3E2878: hue angle of 256.5º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E2878 is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 62 40 120 -
CMYK 0.48 0.67 0 0.53
HSL 256.5º 0.5% 0.31% -
HSV(B) 256.5º 0.67% 0.47% -
XYZ 6.14 3.9 18.2 -
YUV 55.7 164.29 132.5 -
System Red Green Blue C M Y K H S L
Decimal 62 40 120 0.48 0.67 0 0.53 256.5 0.5 0.31
Hex 3E 28 78 30 43 0 35 100 32 1F
Octal 76 50 170 60 103 0 65 400 62 37
Binary 111110 101000 1111000 110000 1000011 0 110101 100000000 110010 11111

Color Harmonies of #3E2878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2878

Black with #3E2878

Text Example


Text Example

White with #3E2878

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,40,120); }

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

background-color css

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

 a { background-color: rgb(62,40,120); }

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

border-color css

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

 span { border-color: rgb(62,40,120); }

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