#3b0e94

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

Shades of Persian Indigo #3B0E94

Tints of Persian Indigo #3B0E94

Color information

#3B0E94 (or 0x3B0E94) is unknown color: approx Persian Indigo. HEX triplet: 3B, 0E and 94. RGB value is (59,14,148). Sum of RGB (Red+Green+Blue) = 59+14+148=221 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.70% from 221); Green value is 14 (5.86% from 255 or 6.33% from 221); Blue value is 148 (58.20% from 255 or 66.97% from 221); Max value from RGB is 148 - color contains mainly: blue. Hex color #3B0E94 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B0E94 is #C4F16B. Grayscale: #2A2A2A. Windows color (decimal): -12906860 or 9702971. OLE color: 9702971.

HSL color Cylindrical-coordinate representation of color #3B0E94: hue angle of 260.15º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3B0E94 is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5914148-
CMYK0.600.9100.42
HSL260.15º82.72%31.76%-
HSV(B)260.15º90.54%58.04%-
XYZ7.313.3828.28-
YUV42.73187.41139.6-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.70%
GREEN value IS 14 (5.86% from 255) = 6.33%
BLUE value IS 148 (58.20% from 255) = 66.97%
R=26.70%
G=6.33%
B=66.97%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal59141480.600.9100.42260.1582.7231.76
Hex3BE943C5B02A1045320
Octal73162247413305240412340
Binary111011111010010100111100101101101010101000001001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b0e94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,14,148); }

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

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

 a { background-color: rgb(59,14,148); }

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

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

 span { border-color: rgb(59,14,148); }

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