#3A09B0

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

Shades of Persian Indigo #3A09B0

Tints of Persian Indigo #3A09B0

Color information

#3A09B0 (or 0x3A09B0) is unknown color: approx Persian Indigo. HEX triplet: 3A, 09 and B0. RGB value is (58,9,176). Sum of RGB (Red+Green+Blue) = 58+9+176=243 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.87% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 176 (69.14% from 255 or 72.43% from 243); Max value from RGB is 176 - color contains mainly: blue. Hex color #3A09B0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A09B0 is #C5F64F. Grayscale: #2A2A2A. Windows color (decimal): -12973648 or 11536698. OLE color: 11536698.

HSL color Cylindrical-coordinate representation of color #3A09B0: hue angle of 257.6º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A09B0 is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB589176-
CMYK0.670.9500.31
HSL257.6º90.27%36.27%-
HSV(B)257.6º94.89%69.02%-
XYZ9.684.2341.38-
YUV42.69203.23138.92-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.87%
GREEN value IS 9 (3.91% from 255) = 3.70%
BLUE value IS 176 (69.14% from 255) = 72.43%
R=23.87%
G=3.70%
B=72.43%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal5891760.670.9500.31257.690.2736.27
Hex3A9B0435F01F1025a24
Octal721126010313703740213244
Binary111010100110110000100001110111110111111000000101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A09B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,9,176); }

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

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

 a { background-color: rgb(58,9,176); }

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

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

 span { border-color: rgb(58,9,176); }

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