#3D14AB

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

Shades of Persian Indigo #3D14AB

Tints of Persian Indigo #3D14AB

Color information

#3D14AB (or 0x3D14AB) is unknown color: approx Persian Indigo. HEX triplet: 3D, 14 and AB. RGB value is (61,20,171). Sum of RGB (Red+Green+Blue) = 61+20+171=252 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.21% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 171 (67.19% from 255 or 67.86% from 252); Max value from RGB is 171 - color contains mainly: blue. Hex color #3D14AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D14AB is #C2EB54. Grayscale: #303030. Windows color (decimal): -12774229 or 11211837. OLE color: 11211837.

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

Color convert

RGB6120171-
CMYK0.640.8800.33
HSL256.29º79.06%37.45%-
HSV(B)256.29º88.3%67.06%-
XYZ9.534.4338.88-
YUV49.47196.58136.22-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.21%
GREEN value IS 20 (8.20% from 255) = 7.94%
BLUE value IS 171 (67.19% from 255) = 67.86%
R=24.21%
G=7.94%
B=67.86%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal61201710.640.8800.33256.2979.0637.45
Hex3D14AB40580211004f25
Octal752425310013004140011745
Binary11110110100101010111000000101100001000011000000001001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D14AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,20,171); }

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

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

 a { background-color: rgb(61,20,171); }

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

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

 span { border-color: rgb(61,20,171); }

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