#3C137C

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

Shades of Persian Indigo #3C137C

Tints of Persian Indigo #3C137C

Color information

#3C137C (or 0x3C137C) is unknown color: approx Persian Indigo. HEX triplet: 3C, 13 and 7C. RGB value is (60,19,124). Sum of RGB (Red+Green+Blue) = 60+19+124=203 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.56% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 124 (48.83% from 255 or 61.08% from 203); Max value from RGB is 124 - color contains mainly: blue. Hex color #3C137C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C137C is #C3EC83. Grayscale: #2A2A2A. Windows color (decimal): -12840068 or 8131388. OLE color: 8131388.

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

Color convert

RGB6019124-
CMYK0.520.8500.51
HSL263.43º73.43%28.04%-
HSV(B)263.43º84.68%48.63%-
XYZ5.732.8819.32-
YUV43.23173.58139.96-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.56%
GREEN value IS 19 (7.81% from 255) = 9.36%
BLUE value IS 124 (48.83% from 255) = 61.08%
R=29.56%
G=9.36%
B=61.08%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal60191240.520.8500.51263.4373.4328.04
Hex3C137C3455033107491c
Octal74231746412506340711134
Binary11110010011111110011010010101010110011100000111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C137C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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