#3e18a5

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

Shades of Persian Indigo #3E18A5

Tints of Persian Indigo #3E18A5

Color information

#3E18A5 (or 0x3E18A5) is unknown color: approx Persian Indigo. HEX triplet: 3E, 18 and A5. RGB value is (62,24,165). Sum of RGB (Red+Green+Blue) = 62+24+165=251 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.70% from 251); Green value is 24 (9.77% from 255 or 9.56% from 251); Blue value is 165 (64.84% from 255 or 65.74% from 251); Max value from RGB is 165 - color contains mainly: blue. Hex color #3E18A5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E18A5 is #C1E75A. Grayscale: #323232. Windows color (decimal): -12707675 or 10819646. OLE color: 10819646.

HSL color Cylindrical-coordinate representation of color #3E18A5: hue angle of 256.17º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E18A5 is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6224165-
CMYK0.620.8500.35
HSL256.17º74.6%37.06%-
HSV(B)256.17º85.45%64.71%-
XYZ9.14.3935.97-
YUV51.44192.09135.54-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.70%
GREEN value IS 24 (9.77% from 255) = 9.56%
BLUE value IS 165 (64.84% from 255) = 65.74%
R=24.70%
G=9.56%
B=65.74%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal62241650.620.8500.35256.1774.637.06
Hex3E18A53E550231004b25
Octal76302457612504340011345
Binary1111101100010100101111110101010101000111000000001001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3e18a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,24,165); }

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

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

 a { background-color: rgb(62,24,165); }

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

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

 span { border-color: rgb(62,24,165); }

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