#3B10AF

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

Shades of Persian Indigo #3B10AF

Tints of Persian Indigo #3B10AF

Color information

#3B10AF (or 0x3B10AF) is unknown color: approx Persian Indigo. HEX triplet: 3B, 10 and AF. RGB value is (59,16,175). Sum of RGB (Red+Green+Blue) = 59+16+175=250 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.6% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 175 (68.75% from 255 or 70% from 250); Max value from RGB is 175 - color contains mainly: blue. Hex color #3B10AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B10AF is #C4EF50. Grayscale: #2E2E2E. Windows color (decimal): -12906321 or 11472955. OLE color: 11472955.

HSL color Cylindrical-coordinate representation of color #3B10AF: hue angle of 256.23º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3B10AF is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5916175-
CMYK0.660.9100.31
HSL256.23º83.25%37.45%-
HSV(B)256.23º90.86%68.63%-
XYZ9.734.440.89-
YUV46.98200.25136.57-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.6%
GREEN value IS 16 (6.64% from 255) = 6.4%
BLUE value IS 175 (68.75% from 255) = 70%
R=23.6%
G=6.4%
B=70%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal59161750.660.9100.31256.2383.2537.45
Hex3B10AF425B01F1005325
Octal732025710213303740012345
Binary1110111000010101111100001010110110111111000000001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B10AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,16,175); }

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

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

 a { background-color: rgb(59,16,175); }

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

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

 span { border-color: rgb(59,16,175); }

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