#3A106E

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

Shades of Persian Indigo #3A106E

Tints of Persian Indigo #3A106E

Color information

#3A106E (or 0x3A106E) is unknown color: approx Persian Indigo. HEX triplet: 3A, 10 and 6E. RGB value is (58,16,110). Sum of RGB (Red+Green+Blue) = 58+16+110=184 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.52% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 110 (43.36% from 255 or 59.78% from 184); Max value from RGB is 110 - color contains mainly: blue. Hex color #3A106E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A106E is #C5EF91. Grayscale: #262626. Windows color (decimal): -12971922 or 7213114. OLE color: 7213114.

HSL color Cylindrical-coordinate representation of color #3A106E: hue angle of 266.81º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3A106E is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5816110-
CMYK0.470.8500.57
HSL266.81º74.6%24.71%-
HSV(B)266.81º85.45%43.14%-
XYZ4.742.414.96-
YUV39.27167.91141.36-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.52%
GREEN value IS 16 (6.64% from 255) = 8.70%
BLUE value IS 110 (43.36% from 255) = 59.78%
R=31.52%
G=8.70%
B=59.78%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal58161100.470.8500.57266.8174.624.71
Hex3A106E2F5503910b4b19
Octal72201565712507141311331
Binary11101010000110111010111110101010111001100001011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A106E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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