#3B207E

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

Shades of Persian Indigo #3B207E

Tints of Persian Indigo #3B207E

Color information

#3B207E (or 0x3B207E) is unknown color: approx Persian Indigo. HEX triplet: 3B, 20 and 7E. RGB value is (59,32,126). Sum of RGB (Red+Green+Blue) = 59+32+126=217 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.19% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 126 (49.61% from 255 or 58.06% from 217); Max value from RGB is 126 - color contains mainly: blue. Hex color #3B207E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B207E is #C4DF81. Grayscale: #323232. Windows color (decimal): -12902274 or 8265787. OLE color: 8265787.

HSL color Cylindrical-coordinate representation of color #3B207E: hue angle of 257.23º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B207E is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5932126-
CMYK0.530.7500.51
HSL257.23º59.49%30.98%-
HSV(B)257.23º74.6%49.41%-
XYZ6.093.4720.09-
YUV50.79170.45133.86-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.19%
GREEN value IS 32 (12.89% from 255) = 14.75%
BLUE value IS 126 (49.61% from 255) = 58.06%
R=27.19%
G=14.75%
B=58.06%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal59321260.530.7500.51257.2359.4930.98
Hex3B207E354B0331013b1f
Octal7340176651130634017337
Binary11101110000011111101101011001011011001110000000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B207E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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