#3D11AA

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

Shades of Persian Indigo #3D11AA

Tints of Persian Indigo #3D11AA

Color information

#3D11AA (or 0x3D11AA) is unknown color: approx Persian Indigo. HEX triplet: 3D, 11 and AA. RGB value is (61,17,170). Sum of RGB (Red+Green+Blue) = 61+17+170=248 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.60% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 170 (66.80% from 255 or 68.55% from 248); Max value from RGB is 170 - color contains mainly: blue. Hex color #3D11AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D11AA is #C2EE55. Grayscale: #2F2F2F. Windows color (decimal): -12774998 or 11145533. OLE color: 11145533.

HSL color Cylindrical-coordinate representation of color #3D11AA: hue angle of 257.25º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3D11AA is Cyan = 0.64, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6117170-
CMYK0.640.900.33
HSL257.25º81.82%36.67%-
HSV(B)257.25º90%66.67%-
XYZ9.384.338.36-
YUV47.6197.08137.56-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.60%
GREEN value IS 17 (7.03% from 255) = 6.85%
BLUE value IS 170 (66.80% from 255) = 68.55%
R=24.60%
G=6.85%
B=68.55%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal61171700.640.900.33257.2581.8236.67
Hex3D11AA405A0211015225
Octal752125210013204140112245
Binary11110110001101010101000000101101001000011000000011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D11AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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