#3B15A5

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

Shades of Persian Indigo #3B15A5

Tints of Persian Indigo #3B15A5

Color information

#3B15A5 (or 0x3B15A5) is unknown color: approx Persian Indigo. HEX triplet: 3B, 15 and A5. RGB value is (59,21,165). Sum of RGB (Red+Green+Blue) = 59+21+165=245 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.08% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 165 (64.84% from 255 or 67.35% from 245); Max value from RGB is 165 - color contains mainly: blue. Hex color #3B15A5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B15A5 is #C4EA5A. Grayscale: #303030. Windows color (decimal): -12905051 or 10818875. OLE color: 10818875.

HSL color Cylindrical-coordinate representation of color #3B15A5: hue angle of 255.83º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3B15A5 is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5921165-
CMYK0.640.8700.35
HSL255.83º77.42%36.47%-
HSV(B)255.83º87.27%64.71%-
XYZ8.864.1835.94-
YUV48.78193.59135.29-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.08%
GREEN value IS 21 (8.59% from 255) = 8.57%
BLUE value IS 165 (64.84% from 255) = 67.35%
R=24.08%
G=8.57%
B=67.35%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal59211650.640.8700.35255.8377.4236.47
Hex3B15A540570231004d24
Octal732524510012704340011544
Binary11101110101101001011000000101011101000111000000001001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B15A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,21,165); }

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

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

 a { background-color: rgb(59,21,165); }

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

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

 span { border-color: rgb(59,21,165); }

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