#3A106C

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

Shades of Persian Indigo #3A106C

Tints of Persian Indigo #3A106C

Color information

#3A106C (or 0x3A106C) is unknown color: approx Persian Indigo. HEX triplet: 3A, 10 and 6C. RGB value is (58,16,108). Sum of RGB (Red+Green+Blue) = 58+16+108=182 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.87% from 182); Green value is 16 (6.64% from 255 or 8.79% from 182); Blue value is 108 (42.58% from 255 or 59.34% from 182); Max value from RGB is 108 - color contains mainly: blue. Hex color #3A106C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A106C is #C5EF93. Grayscale: #262626. Windows color (decimal): -12971924 or 7082042. OLE color: 7082042.

HSL color Cylindrical-coordinate representation of color #3A106C: hue angle of 267.39º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3A106C is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5816108-
CMYK0.460.8500.58
HSL267.39º74.19%24.31%-
HSV(B)267.39º85.19%42.35%-
XYZ4.642.3514.4-
YUV39.05166.91141.52-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.87%
GREEN value IS 16 (6.64% from 255) = 8.79%
BLUE value IS 108 (42.58% from 255) = 59.34%
R=31.87%
G=8.79%
B=59.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal58161080.460.8500.58267.3974.1924.31
Hex3A106C2E5503A10b4a18
Octal72201545612507241311230
Binary11101010000110110010111010101010111010100001011100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A106C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,16,108); }

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

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

 a { background-color: rgb(58,16,108); }

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

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

 span { border-color: rgb(58,16,108); }

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