Html Css Color HEX #3E3178 Windsor

📋 copy color: '#3E3178'

red 62 ◦ green 49 ◦ blue 120

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

Shades of Windsor #3E3178

Tints of Windsor #3E3178

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.21%

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

R = 26.84%
G = 21.21%
B = 51.95%

CMYK

 C value IS 0.48

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3E3178 (or 0x3E3178) is known color: Windsor. HEX triplet: 3E, 31 and 78. RGB value is (62,49,120). Sum of RGB (Red+Green+Blue) = 62+49+120=231 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.84% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 120 (47.27% from 255 or 51.95% from 231); Max value from RGB is 120 - color contains mainly: blue. Hex color #3E3178 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3178 is #C1CE87. Grayscale: #3C3C3C. Windows color (decimal): -12701320 or 7876926. OLE color: 7876926.

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

Color convert

RGB 62 49 120 -
CMYK 0.48 0.59 0 0.53
HSL 250.99º 0.42% 0.33% -
HSV(B) 250.99º 0.59% 0.47% -
XYZ 6.48 4.58 18.31 -
YUV 60.98 161.31 128.73 -
System Red Green Blue C M Y K H S L
Decimal 62 49 120 0.48 0.59 0 0.53 250.99 0.42 0.33
Hex 3E 31 78 30 3B 0 35 FB 2A 21
Octal 76 61 170 60 73 0 65 373 52 41
Binary 111110 110001 1111000 110000 111011 0 110101 11111011 101010 100001

Color Harmonies of #3E3178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3178

Black with #3E3178

Text Example


Text Example

White with #3E3178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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