#3B099C

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

Shades of Persian Indigo #3B099C

Tints of Persian Indigo #3B099C

Color information

#3B099C (or 0x3B099C) is unknown color: approx Persian Indigo. HEX triplet: 3B, 09 and 9C. RGB value is (59,9,156). Sum of RGB (Red+Green+Blue) = 59+9+156=224 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.34% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 156 (61.33% from 255 or 69.64% from 224); Max value from RGB is 156 - color contains mainly: blue. Hex color #3B099C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B099C is #C4F663. Grayscale: #282828. Windows color (decimal): -12908132 or 10225979. OLE color: 10225979.

HSL color Cylindrical-coordinate representation of color #3B099C: hue angle of 260.41º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3B099C is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB599156-
CMYK0.620.9400.39
HSL260.41º89.09%32.35%-
HSV(B)260.41º94.23%61.18%-
XYZ7.93.5331.72-
YUV40.71193.06141.05-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.34%
GREEN value IS 9 (3.91% from 255) = 4.02%
BLUE value IS 156 (61.33% from 255) = 69.64%
R=26.34%
G=4.02%
B=69.64%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal5991560.620.9400.39260.4189.0932.35
Hex3B99C3E5E0271045920
Octal73112347613604740413140
Binary111011100110011100111110101111001001111000001001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B099C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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