#3E1378

Color #3E1378 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #3E1378

Tints of Persian Indigo #3E1378

Color information

#3E1378 (or 0x3E1378) is unknown color: approx Persian Indigo. HEX triplet: 3E, 13 and 78. RGB value is (62,19,120). Sum of RGB (Red+Green+Blue) = 62+19+120=201 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.85% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 120 (47.27% from 255 or 59.70% from 201); Max value from RGB is 120 - color contains mainly: blue. Hex color #3E1378 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E1378 is #C1EC87. Grayscale: #2B2B2B. Windows color (decimal): -12709000 or 7869246. OLE color: 7869246.

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

Color convert

RGB6219120-
CMYK0.480.8400.53
HSL265.54º72.66%27.25%-
HSV(B)265.54º84.17%47.06%-
XYZ5.612.8518.02-
YUV43.37171.25141.29-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 30.85%
GREEN value IS 19 (7.81% from 255) = 9.45%
BLUE value IS 120 (47.27% from 255) = 59.70%
R=30.85%
G=9.45%
B=59.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal62191200.480.8400.53265.5472.6627.25
Hex3E1378305403510a491b
Octal76231706012406541211133
Binary11111010011111100011000010101000110101100001010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3E1378;
 }
 .AnyTagClassName
 {
   color: #3E1378;
 }
</style>
background-color css

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

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

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

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

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

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