#3D10A6

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

Shades of Persian Indigo #3D10A6

Tints of Persian Indigo #3D10A6

Color information

#3D10A6 (or 0x3D10A6) is unknown color: approx Persian Indigo. HEX triplet: 3D, 10 and A6. RGB value is (61,16,166). Sum of RGB (Red+Green+Blue) = 61+16+166=243 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.10% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 166 (65.23% from 255 or 68.31% from 243); Max value from RGB is 166 - color contains mainly: blue. Hex color #3D10A6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D10A6 is #C2EF59. Grayscale: #2E2E2E. Windows color (decimal): -12775258 or 10883133. OLE color: 10883133.

HSL color Cylindrical-coordinate representation of color #3D10A6: hue angle of 258º 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 #3D10A6 is Cyan = 0.63, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6116166-
CMYK0.630.9000.35
HSL258º82.42%35.69%-
HSV(B)258º90.36%65.1%-
XYZ8.994.1236.4-
YUV46.56195.41138.3-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.10%
GREEN value IS 16 (6.64% from 255) = 6.58%
BLUE value IS 166 (65.23% from 255) = 68.31%
R=25.10%
G=6.58%
B=68.31%

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
Decimal61161660.630.9000.3525882.4235.69
Hex3D10A63F5A0231025224
Octal75202467713204340212244
Binary1111011000010100110111111101101001000111000000101010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D10A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,16,166); }

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

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

 a { background-color: rgb(61,16,166); }

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

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

 span { border-color: rgb(61,16,166); }

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