#3E1085

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

Shades of Persian Indigo #3E1085

Tints of Persian Indigo #3E1085

Color information

#3E1085 (or 0x3E1085) is unknown color: approx Persian Indigo. HEX triplet: 3E, 10 and 85. RGB value is (62,16,133). Sum of RGB (Red+Green+Blue) = 62+16+133=211 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.38% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 133 (52.34% from 255 or 63.03% from 211); Max value from RGB is 133 - color contains mainly: blue. Hex color #3E1085 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E1085 is #C1EF7A. Grayscale: #2A2A2A. Windows color (decimal): -12709755 or 8720446. OLE color: 8720446.

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

Color convert

RGB6216133-
CMYK0.530.8800.48
HSL263.59º78.52%29.22%-
HSV(B)263.59º87.97%52.16%-
XYZ6.413.0922.45-
YUV43.09178.74141.49-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.38%
GREEN value IS 16 (6.64% from 255) = 7.58%
BLUE value IS 133 (52.34% from 255) = 63.03%
R=29.38%
G=7.58%
B=63.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal62161330.530.8800.48263.5978.5229.22
Hex3E108535580301084f1d
Octal76202056513006041011735
Binary111110100001000010111010110110000110000100001000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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