#3C139E

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

Shades of Persian Indigo #3C139E

Tints of Persian Indigo #3C139E

Color information

#3C139E (or 0x3C139E) is unknown color: approx Persian Indigo. HEX triplet: 3C, 13 and 9E. RGB value is (60,19,158). Sum of RGB (Red+Green+Blue) = 60+19+158=237 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.32% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 158 (62.11% from 255 or 66.67% from 237); Max value from RGB is 158 - color contains mainly: blue. Hex color #3C139E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C139E is #C3EC61. Grayscale: #2E2E2E. Windows color (decimal): -12840034 or 10359612. OLE color: 10359612.

HSL color Cylindrical-coordinate representation of color #3C139E: hue angle of 257.7º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C139E is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6019158-
CMYK0.620.8800.38
HSL257.7º78.53%34.71%-
HSV(B)257.7º87.97%61.96%-
XYZ8.273.932.66-
YUV47.1190.58137.2-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.32%
GREEN value IS 19 (7.81% from 255) = 8.02%
BLUE value IS 158 (62.11% from 255) = 66.67%
R=25.32%
G=8.02%
B=66.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal60191580.620.8800.38257.778.5334.71
Hex3C139E3E580261024f23
Octal74232367613004640211743
Binary1111001001110011110111110101100001001101000000101001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C139E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,19,158); }

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

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

 a { background-color: rgb(60,19,158); }

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

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

 span { border-color: rgb(60,19,158); }

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