#3D11A7

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

Shades of Persian Indigo #3D11A7

Tints of Persian Indigo #3D11A7

Color information

#3D11A7 (or 0x3D11A7) is unknown color: approx Persian Indigo. HEX triplet: 3D, 11 and A7. RGB value is (61,17,167). Sum of RGB (Red+Green+Blue) = 61+17+167=245 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.90% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 167 (65.62% from 255 or 68.16% from 245); Max value from RGB is 167 - color contains mainly: blue. Hex color #3D11A7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D11A7 is #C2EE58. Grayscale: #2E2E2E. Windows color (decimal): -12775001 or 10948925. OLE color: 10948925.

HSL color Cylindrical-coordinate representation of color #3D11A7: hue angle of 257.6º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3D11A7 is Cyan = 0.63, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6117167-
CMYK0.630.9000.35
HSL257.6º81.52%36.08%-
HSV(B)257.6º89.82%65.49%-
XYZ9.14.1836.89-
YUV47.26195.58137.8-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.90%
GREEN value IS 17 (7.03% from 255) = 6.94%
BLUE value IS 167 (65.62% from 255) = 68.16%
R=24.90%
G=6.94%
B=68.16%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal61171670.630.9000.35257.681.5236.08
Hex3D11A73F5A0231025224
Octal75212477713204340212244
Binary1111011000110100111111111101101001000111000000101010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D11A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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