#3E127D

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

Shades of Persian Indigo #3E127D

Tints of Persian Indigo #3E127D

Color information

#3E127D (or 0x3E127D) is unknown color: approx Persian Indigo. HEX triplet: 3E, 12 and 7D. RGB value is (62,18,125). Sum of RGB (Red+Green+Blue) = 62+18+125=205 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.24% from 205); Green value is 18 (7.42% from 255 or 8.78% from 205); Blue value is 125 (49.22% from 255 or 60.98% from 205); Max value from RGB is 125 - color contains mainly: blue. Hex color #3E127D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E127D is #C1ED82. Grayscale: #2A2A2A. Windows color (decimal): -12709251 or 8196670. OLE color: 8196670.

HSL color Cylindrical-coordinate representation of color #3E127D: hue angle of 264.67º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3E127D is Cyan = 0.50, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6218125-
CMYK0.500.8600.51
HSL264.67º74.83%28.04%-
HSV(B)264.67º85.6%49.02%-
XYZ5.92.9419.66-
YUV43.35174.08141.3-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 30.24%
GREEN value IS 18 (7.42% from 255) = 8.78%
BLUE value IS 125 (49.22% from 255) = 60.98%
R=30.24%
G=8.78%
B=60.98%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal62181250.500.8600.51264.6774.8328.04
Hex3E127D32560331094b1c
Octal76221756212606341111334
Binary11111010010111110111001010101100110011100001001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E127D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,18,125); }

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

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

 a { background-color: rgb(62,18,125); }

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

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

 span { border-color: rgb(62,18,125); }

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