#3B2093

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

Shades of Persian Indigo #3B2093

Tints of Persian Indigo #3B2093

Color information

#3B2093 (or 0x3B2093) is unknown color: approx Persian Indigo. HEX triplet: 3B, 20 and 93. RGB value is (59,32,147). Sum of RGB (Red+Green+Blue) = 59+32+147=238 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.79% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 147 (57.81% from 255 or 61.76% from 238); Max value from RGB is 147 - color contains mainly: blue. Hex color #3B2093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2093 is #C4DF6C. Grayscale: #343434. Windows color (decimal): -12902253 or 9642043. OLE color: 9642043.

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

Color convert

RGB5932147-
CMYK0.600.7800.42
HSL254.09º64.25%35.1%-
HSV(B)254.09º78.23%57.65%-
XYZ7.594.0727.99-
YUV53.18180.95132.15-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.79%
GREEN value IS 32 (12.89% from 255) = 13.45%
BLUE value IS 147 (57.81% from 255) = 61.76%
R=24.79%
G=13.45%
B=61.76%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal59321470.600.7800.42254.0964.2535.1
Hex3B20933C4E02Afe4023
Octal73402237411605237610043
Binary1110111000001001001111110010011100101010111111101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,32,147); }

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

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

 a { background-color: rgb(59,32,147); }

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

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

 span { border-color: rgb(59,32,147); }

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