#3B096C

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

Shades of Persian Indigo #3B096C

Tints of Persian Indigo #3B096C

Color information

#3B096C (or 0x3B096C) is unknown color: approx Persian Indigo. HEX triplet: 3B, 09 and 6C. RGB value is (59,9,108). Sum of RGB (Red+Green+Blue) = 59+9+108=176 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.52% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 108 (42.58% from 255 or 61.36% from 176); Max value from RGB is 108 - color contains mainly: blue. Hex color #3B096C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B096C is #C4F693. Grayscale: #222222. Windows color (decimal): -12908180 or 7080251. OLE color: 7080251.

HSL color Cylindrical-coordinate representation of color #3B096C: hue angle of 270.3º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3B096C is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB599108-
CMYK0.450.9200.58
HSL270.3º84.62%22.94%-
HSV(B)270.3º91.67%42.35%-
XYZ4.612.2114.37-
YUV35.24169.06144.95-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 33.52%
GREEN value IS 9 (3.91% from 255) = 5.11%
BLUE value IS 108 (42.58% from 255) = 61.36%
R=33.52%
G=5.11%
B=61.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5991080.450.9200.58270.384.6222.94
Hex3B96C2D5C03A10e5517
Octal73111545513407241612527
Binary1110111001110110010110110111000111010100001110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B096C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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