#3C1078

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

Shades of Persian Indigo #3C1078

Tints of Persian Indigo #3C1078

Color information

#3C1078 (or 0x3C1078) is unknown color: approx Persian Indigo. HEX triplet: 3C, 10 and 78. RGB value is (60,16,120). Sum of RGB (Red+Green+Blue) = 60+16+120=196 (25% of max value = 765). Red value is 60 (23.83% from 255 or 30.61% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 120 (47.27% from 255 or 61.22% from 196); Max value from RGB is 120 - color contains mainly: blue. Hex color #3C1078 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1078 is #C3EF87. Grayscale: #282828. Windows color (decimal): -12840840 or 7868476. OLE color: 7868476.

HSL color Cylindrical-coordinate representation of color #3C1078: hue angle of 265.38º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3C1078 is Cyan = 0.5, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6016120-
CMYK0.50.8700.53
HSL265.38º76.47%26.67%-
HSV(B)265.38º86.67%47.06%-
XYZ5.442.6918-
YUV41.01172.58141.54-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30.61%
GREEN value IS 16 (6.64% from 255) = 8.16%
BLUE value IS 120 (47.27% from 255) = 61.22%
R=30.61%
G=8.16%
B=61.22%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal60161200.50.8700.53265.3876.4726.67
Hex3C107832570351094c1b
Octal74201706212706541111433
Binary11110010000111100011001010101110110101100001001100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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