#3E107D

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

Shades of Persian Indigo #3E107D

Tints of Persian Indigo #3E107D

Color information

#3E107D (or 0x3E107D) is unknown color: approx Persian Indigo. HEX triplet: 3E, 10 and 7D. RGB value is (62,16,125). Sum of RGB (Red+Green+Blue) = 62+16+125=203 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.54% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 125 (49.22% from 255 or 61.58% from 203); Max value from RGB is 125 - color contains mainly: blue. Hex color #3E107D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E107D is #C1EF82. Grayscale: #292929. Windows color (decimal): -12709763 or 8196158. OLE color: 8196158.

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

Color convert

RGB6216125-
CMYK0.500.8700.51
HSL265.32º77.3%27.65%-
HSV(B)265.32º87.2%49.02%-
XYZ5.872.8819.65-
YUV42.18174.74142.14-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 30.54%
GREEN value IS 16 (6.64% from 255) = 7.88%
BLUE value IS 125 (49.22% from 255) = 61.58%
R=30.54%
G=7.88%
B=61.58%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal62161250.500.8700.51265.3277.327.65
Hex3E107D32570331094d1c
Octal76201756212706341111534
Binary11111010000111110111001010101110110011100001001100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E107D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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