#3E1A75

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

Shades of Persian Indigo #3E1A75

Tints of Persian Indigo #3E1A75

Color information

#3E1A75 (or 0x3E1A75) is unknown color: approx Persian Indigo. HEX triplet: 3E, 1A and 75. RGB value is (62,26,117). Sum of RGB (Red+Green+Blue) = 62+26+117=205 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.24% from 205); Green value is 26 (10.55% from 255 or 12.68% from 205); Blue value is 117 (46.09% from 255 or 57.07% from 205); Max value from RGB is 117 - color contains mainly: blue. Hex color #3E1A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E1A75 is #C1E58A. Grayscale: #2E2E2E. Windows color (decimal): -12707211 or 7674430. OLE color: 7674430.

HSL color Cylindrical-coordinate representation of color #3E1A75: hue angle of 263.74º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3E1A75 is Cyan = 0.47, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6226117-
CMYK0.470.7800.54
HSL263.74º63.64%28.04%-
HSV(B)263.74º77.78%45.88%-
XYZ5.573.0517.12-
YUV47.14167.43138.6-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 30.24%
GREEN value IS 26 (10.55% from 255) = 12.68%
BLUE value IS 117 (46.09% from 255) = 57.07%
R=30.24%
G=12.68%
B=57.07%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal62261170.470.7800.54263.7463.6428.04
Hex3E1A752F4E036108401c
Octal76321655711606641010034
Binary11111011010111010110111110011100110110100001000100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,26,117); }

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

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

 a { background-color: rgb(62,26,117); }

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

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

 span { border-color: rgb(62,26,117); }

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