#3c0995

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

Shades of Persian Indigo #3C0995

Tints of Persian Indigo #3C0995

Color information

#3C0995 (or 0x3C0995) is unknown color: approx Persian Indigo. HEX triplet: 3C, 09 and 95. RGB value is (60,9,149). Sum of RGB (Red+Green+Blue) = 60+9+149=218 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.52% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 149 (58.59% from 255 or 68.35% from 218); Max value from RGB is 149 - color contains mainly: blue. Hex color #3C0995 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0995 is #C3F66A. Grayscale: #272727. Windows color (decimal): -12842603 or 9767228. OLE color: 9767228.

HSL color Cylindrical-coordinate representation of color #3C0995: hue angle of 261.86º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C0995 is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB609149-
CMYK0.600.9400.42
HSL261.86º88.61%30.98%-
HSV(B)261.86º93.96%58.43%-
XYZ7.393.3328.69-
YUV40.21189.4142.12-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.52%
GREEN value IS 9 (3.91% from 255) = 4.13%
BLUE value IS 149 (58.59% from 255) = 68.35%
R=27.52%
G=4.13%
B=68.35%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6091490.600.9400.42261.8688.6130.98
Hex3C9953C5E02A106591f
Octal74112257413605240613137
Binary11110010011001010111110010111100101010100000110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3c0995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,9,149); }

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

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

 a { background-color: rgb(60,9,149); }

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

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

 span { border-color: rgb(60,9,149); }

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