#3C157A

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

Shades of Persian Indigo #3C157A

Tints of Persian Indigo #3C157A

Color information

#3C157A (or 0x3C157A) is unknown color: approx Persian Indigo. HEX triplet: 3C, 15 and 7A. RGB value is (60,21,122). Sum of RGB (Red+Green+Blue) = 60+21+122=203 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.56% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 122 (48.05% from 255 or 60.10% from 203); Max value from RGB is 122 - color contains mainly: blue. Hex color #3C157A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C157A is #C3EA85. Grayscale: #2B2B2B. Windows color (decimal): -12839558 or 8000828. OLE color: 8000828.

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

Color convert

RGB6021122-
CMYK0.510.8300.52
HSL263.17º70.63%28.04%-
HSV(B)263.17º82.79%47.84%-
XYZ5.642.918.68-
YUV44.18171.92139.29-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.56%
GREEN value IS 21 (8.59% from 255) = 10.34%
BLUE value IS 122 (48.05% from 255) = 60.10%
R=29.56%
G=10.34%
B=60.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal60211220.510.8300.52263.1770.6328.04
Hex3C157A3353034107471c
Octal74251726312306440710734
Binary11110010101111101011001110100110110100100000111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C157A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,21,122); }

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

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

 a { background-color: rgb(60,21,122); }

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

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

 span { border-color: rgb(60,21,122); }

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