#3C1085

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

Shades of Persian Indigo #3C1085

Tints of Persian Indigo #3C1085

Color information

#3C1085 (or 0x3C1085) is unknown color: approx Persian Indigo. HEX triplet: 3C, 10 and 85. RGB value is (60,16,133). Sum of RGB (Red+Green+Blue) = 60+16+133=209 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.71% from 209); Green value is 16 (6.64% from 255 or 7.66% from 209); Blue value is 133 (52.34% from 255 or 63.64% from 209); Max value from RGB is 133 - color contains mainly: blue. Hex color #3C1085 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C1085 is #C3EF7A. Grayscale: #2A2A2A. Windows color (decimal): -12840827 or 8720444. OLE color: 8720444.

HSL color Cylindrical-coordinate representation of color #3C1085: hue angle of 262.56º 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 #3C1085 is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6016133-
CMYK0.550.8800.48
HSL262.56º78.52%29.22%-
HSV(B)262.56º87.97%52.16%-
XYZ6.283.0222.44-
YUV42.49179.08140.49-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.71%
GREEN value IS 16 (6.64% from 255) = 7.66%
BLUE value IS 133 (52.34% from 255) = 63.64%
R=28.71%
G=7.66%
B=63.64%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal60161330.550.8800.48262.5678.5229.22
Hex3C108537580301074f1d
Octal74202056713006040711735
Binary111100100001000010111011110110000110000100000111100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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