#3B096E

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

Shades of Persian Indigo #3B096E

Tints of Persian Indigo #3B096E

Color information

#3B096E (or 0x3B096E) is unknown color: approx Persian Indigo. HEX triplet: 3B, 09 and 6E. RGB value is (59,9,110). Sum of RGB (Red+Green+Blue) = 59+9+110=178 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.15% from 178); Green value is 9 (3.91% from 255 or 5.06% from 178); Blue value is 110 (43.36% from 255 or 61.80% from 178); Max value from RGB is 110 - color contains mainly: blue. Hex color #3B096E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B096E is #C4F691. Grayscale: #232323. Windows color (decimal): -12908178 or 7211323. OLE color: 7211323.

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

Color convert

RGB599110-
CMYK0.460.9200.57
HSL269.7º84.87%23.33%-
HSV(B)269.7º91.82%43.14%-
XYZ4.722.2514.94-
YUV35.46170.06144.79-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 33.15%
GREEN value IS 9 (3.91% from 255) = 5.06%
BLUE value IS 110 (43.36% from 255) = 61.80%
R=33.15%
G=5.06%
B=61.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5991100.460.9200.57269.784.8723.33
Hex3B96E2E5C03910e5517
Octal73111565613407141612527
Binary1110111001110111010111010111000111001100001110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B096E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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