#4013A1

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

Shades of Persian Indigo #4013A1

Tints of Persian Indigo #4013A1

Color information

#4013A1 (or 0x4013A1) is unknown color: approx Persian Indigo. HEX triplet: 40, 13 and A1. RGB value is (64,19,161). Sum of RGB (Red+Green+Blue) = 64+19+161=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 161 (63.28% from 255 or 65.98% from 244); Max value from RGB is 161 - color contains mainly: blue. Hex color #4013A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4013A1 is #BFEC5E. Grayscale: #303030. Windows color (decimal): -12577887 or 10556224. OLE color: 10556224.

HSL color Cylindrical-coordinate representation of color #4013A1: hue angle of 259.01º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4013A1 is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB6419161-
CMYK0.600.8800.37
HSL259.01º78.89%35.29%-
HSV(B)259.01º88.2%63.14%-
XYZ8.784.1334.05-
YUV48.64191.41138.95-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.23%
GREEN value IS 19 (7.81% from 255) = 7.79%
BLUE value IS 161 (63.28% from 255) = 65.98%
R=26.23%
G=7.79%
B=65.98%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal64191610.600.8800.37259.0178.8935.29
Hex4013A13C580251034f23
Octal100232417413004540311743
Binary10000001001110100001111100101100001001011000000111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4013A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4013A1; }

 p { color: rgb(64,19,161); }

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

<style>
 a { background-color: #4013A1; }

 a { background-color: rgb(64,19,161); }

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

<style>
 span { border-color: #4013A1; }

 span { border-color: rgb(64,19,161); }

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