#3D157E

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

Shades of Persian Indigo #3D157E

Tints of Persian Indigo #3D157E

Color information

#3D157E (or 0x3D157E) is unknown color: approx Persian Indigo. HEX triplet: 3D, 15 and 7E. RGB value is (61,21,126). Sum of RGB (Red+Green+Blue) = 61+21+126=208 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.33% from 208); Green value is 21 (8.59% from 255 or 10.10% from 208); Blue value is 126 (49.61% from 255 or 60.58% from 208); Max value from RGB is 126 - color contains mainly: blue. Hex color #3D157E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D157E is #C2EA81. Grayscale: #2C2C2C. Windows color (decimal): -12774018 or 8262973. OLE color: 8262973.

HSL color Cylindrical-coordinate representation of color #3D157E: hue angle of 262.86º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3D157E is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6121126-
CMYK0.520.8300.51
HSL262.86º71.43%28.82%-
HSV(B)262.86º83.33%49.41%-
XYZ5.963.0320.01-
YUV44.93173.75139.46-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.33%
GREEN value IS 21 (8.59% from 255) = 10.10%
BLUE value IS 126 (49.61% from 255) = 60.58%
R=29.33%
G=10.10%
B=60.58%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal61211260.520.8300.51262.8671.4328.82
Hex3D157E3453033107471d
Octal75251766412306340710735
Binary11110110101111111011010010100110110011100000111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D157E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,21,126); }

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

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

 a { background-color: rgb(61,21,126); }

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

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

 span { border-color: rgb(61,21,126); }

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