#3D117D

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

Shades of Persian Indigo #3D117D

Tints of Persian Indigo #3D117D

Color information

#3D117D (or 0x3D117D) is unknown color: approx Persian Indigo. HEX triplet: 3D, 11 and 7D. RGB value is (61,17,125). Sum of RGB (Red+Green+Blue) = 61+17+125=203 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.05% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 125 (49.22% from 255 or 61.58% from 203); Max value from RGB is 125 - color contains mainly: blue. Hex color #3D117D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D117D is #C2EE82. Grayscale: #2A2A2A. Windows color (decimal): -12775043 or 8196413. OLE color: 8196413.

HSL color Cylindrical-coordinate representation of color #3D117D: hue angle of 264.44º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3D117D is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6117125-
CMYK0.510.8600.51
HSL264.44º76.06%27.84%-
HSV(B)264.44º86.4%49.02%-
XYZ5.832.8719.65-
YUV42.47174.58141.22-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.05%
GREEN value IS 17 (7.03% from 255) = 8.37%
BLUE value IS 125 (49.22% from 255) = 61.58%
R=30.05%
G=8.37%
B=61.58%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal61171250.510.8600.51264.4476.0627.84
Hex3D117D33560331084c1c
Octal75211756312606341011434
Binary11110110001111110111001110101100110011100001000100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D117D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,17,125); }

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

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

 a { background-color: rgb(61,17,125); }

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

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

 span { border-color: rgb(61,17,125); }

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