#3B09A1

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

Shades of Persian Indigo #3B09A1

Tints of Persian Indigo #3B09A1

Color information

#3B09A1 (or 0x3B09A1) is unknown color: approx Persian Indigo. HEX triplet: 3B, 09 and A1. RGB value is (59,9,161). Sum of RGB (Red+Green+Blue) = 59+9+161=229 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.76% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 161 (63.28% from 255 or 70.31% from 229); Max value from RGB is 161 - color contains mainly: blue. Hex color #3B09A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B09A1 is #C4F65E. Grayscale: #282828. Windows color (decimal): -12908127 or 10553659. OLE color: 10553659.

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

Color convert

RGB599161-
CMYK0.630.9400.37
HSL259.74º89.41%33.33%-
HSV(B)259.74º94.41%63.14%-
XYZ8.333.733.99-
YUV41.28195.56140.64-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.76%
GREEN value IS 9 (3.91% from 255) = 3.93%
BLUE value IS 161 (63.28% from 255) = 70.31%
R=25.76%
G=3.93%
B=70.31%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal5991610.630.9400.37259.7489.4133.33
Hex3B9A13F5E0251045921
Octal73112417713604540413141
Binary111011100110100001111111101111001001011000001001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B09A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,9,161); }

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

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

 a { background-color: rgb(59,9,161); }

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

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

 span { border-color: rgb(59,9,161); }

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