#3B13AA

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

Shades of Persian Indigo #3B13AA

Tints of Persian Indigo #3B13AA

Color information

#3B13AA (or 0x3B13AA) is unknown color: approx Persian Indigo. HEX triplet: 3B, 13 and AA. RGB value is (59,19,170). Sum of RGB (Red+Green+Blue) = 59+19+170=248 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.79% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 170 (66.80% from 255 or 68.55% from 248); Max value from RGB is 170 - color contains mainly: blue. Hex color #3B13AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B13AA is #C4EC55. Grayscale: #2F2F2F. Windows color (decimal): -12905558 or 11146043. OLE color: 11146043.

HSL color Cylindrical-coordinate representation of color #3B13AA: hue angle of 255.89º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3B13AA is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5919170-
CMYK0.650.8900.33
HSL255.89º79.89%37.06%-
HSV(B)255.89º88.82%66.67%-
XYZ9.294.338.37-
YUV48.17196.75135.72-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.79%
GREEN value IS 19 (7.81% from 255) = 7.66%
BLUE value IS 170 (66.80% from 255) = 68.55%
R=23.79%
G=7.66%
B=68.55%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal59191700.650.8900.33255.8979.8937.06
Hex3B13AA41590211005025
Octal732325210113104140012045
Binary11101110011101010101000001101100101000011000000001010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B13AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,19,170); }

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

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

 a { background-color: rgb(59,19,170); }

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

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

 span { border-color: rgb(59,19,170); }

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