#3D16AA

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

Shades of Persian Indigo #3D16AA

Tints of Persian Indigo #3D16AA

Color information

#3D16AA (or 0x3D16AA) is unknown color: approx Persian Indigo. HEX triplet: 3D, 16 and AA. RGB value is (61,22,170). Sum of RGB (Red+Green+Blue) = 61+22+170=253 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.11% from 253); Green value is 22 (8.98% from 255 or 8.70% from 253); Blue value is 170 (66.80% from 255 or 67.19% from 253); Max value from RGB is 170 - color contains mainly: blue. Hex color #3D16AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D16AA is #C2E955. Grayscale: #313131. Windows color (decimal): -12773718 or 11146813. OLE color: 11146813.

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

Color convert

RGB6122170-
CMYK0.640.8700.33
HSL255.81º77.08%37.65%-
HSV(B)255.81º87.06%66.67%-
XYZ9.474.4738.39-
YUV50.53195.42135.47-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.11%
GREEN value IS 22 (8.98% from 255) = 8.70%
BLUE value IS 170 (66.80% from 255) = 67.19%
R=24.11%
G=8.70%
B=67.19%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal61221700.640.8700.33255.8177.0837.65
Hex3D16AA40570211004d26
Octal752625210012704140011546
Binary11110110110101010101000000101011101000011000000001001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D16AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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