#3C069A

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

Shades of Indigo #3C069A

Tints of Indigo #3C069A

Color information

#3C069A (or 0x3C069A) is unknown color: approx Indigo. HEX triplet: 3C, 06 and 9A. RGB value is (60,6,154). Sum of RGB (Red+Green+Blue) = 60+6+154=220 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.27% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 154 (60.55% from 255 or 70% from 220); Max value from RGB is 154 - color contains mainly: blue. Hex color #3C069A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C069A is #C3F965. Grayscale: #262626. Windows color (decimal): -12843366 or 10094140. OLE color: 10094140.

HSL color Cylindrical-coordinate representation of color #3C069A: hue angle of 261.89º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3C069A is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB606154-
CMYK0.610.9600.40
HSL261.89º92.5%31.37%-
HSV(B)261.89º96.1%60.39%-
XYZ7.763.4230.82-
YUV39.02192.89142.97-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.27%
GREEN value IS 6 (2.73% from 255) = 2.73%
BLUE value IS 154 (60.55% from 255) = 70%
R=27.27%
G=2.73%
B=70%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal6061540.610.9600.40261.8992.531.37
Hex3C69A3D600281065c1f
Octal7462327514005040613437
Binary1111001101001101011110111000000101000100000110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C069A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,6,154); }

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

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

 a { background-color: rgb(60,6,154); }

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

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

 span { border-color: rgb(60,6,154); }

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