#3B207A

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

Shades of Persian Indigo #3B207A

Tints of Persian Indigo #3B207A

Color information

#3B207A (or 0x3B207A) is unknown color: approx Persian Indigo. HEX triplet: 3B, 20 and 7A. RGB value is (59,32,122). Sum of RGB (Red+Green+Blue) = 59+32+122=213 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.70% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 122 (48.05% from 255 or 57.28% from 213); Max value from RGB is 122 - color contains mainly: blue. Hex color #3B207A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B207A is #C4DF85. Grayscale: #323232. Windows color (decimal): -12902278 or 8003643. OLE color: 8003643.

HSL color Cylindrical-coordinate representation of color #3B207A: hue angle of 258º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3B207A is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5932122-
CMYK0.520.7400.52
HSL258º58.44%30.2%-
HSV(B)258º73.77%47.84%-
XYZ5.833.3718.76-
YUV50.33168.45134.18-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.70%
GREEN value IS 32 (12.89% from 255) = 15.02%
BLUE value IS 122 (48.05% from 255) = 57.28%
R=27.70%
G=15.02%
B=57.28%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal59321220.520.7400.5225858.4430.2
Hex3B207A344A0341023a1e
Octal7340172641120644027236
Binary11101110000011110101101001001010011010010000001011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B207A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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