#3E0F7A

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

Shades of Persian Indigo #3E0F7A

Tints of Persian Indigo #3E0F7A

Color information

#3E0F7A (or 0x3E0F7A) is unknown color: approx Persian Indigo. HEX triplet: 3E, 0F and 7A. RGB value is (62,15,122). Sum of RGB (Red+Green+Blue) = 62+15+122=199 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31.16% from 199); Green value is 15 (6.25% from 255 or 7.54% from 199); Blue value is 122 (48.05% from 255 or 61.31% from 199); Max value from RGB is 122 - color contains mainly: blue. Hex color #3E0F7A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0F7A is #C1F085. Grayscale: #282828. Windows color (decimal): -12710022 or 7999294. OLE color: 7999294.

HSL color Cylindrical-coordinate representation of color #3E0F7A: hue angle of 266.36º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3E0F7A is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6215122-
CMYK0.490.8800.52
HSL266.36º78.1%26.86%-
HSV(B)266.36º87.7%47.84%-
XYZ5.672.7718.65-
YUV41.25173.57142.8-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 31.16%
GREEN value IS 15 (6.25% from 255) = 7.54%
BLUE value IS 122 (48.05% from 255) = 61.31%
R=31.16%
G=7.54%
B=61.31%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal62151220.490.8800.52266.3678.126.86
Hex3EF7A315803410a4e1b
Octal76171726113006441211633
Binary1111101111111101011000110110000110100100001010100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,15,122); }

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

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

 a { background-color: rgb(62,15,122); }

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

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

 span { border-color: rgb(62,15,122); }

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