#4018A3

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

Shades of Persian Indigo #4018A3

Tints of Persian Indigo #4018A3

Color information

#4018A3 (or 0x4018A3) is unknown color: approx Persian Indigo. HEX triplet: 40, 18 and A3. RGB value is (64,24,163). Sum of RGB (Red+Green+Blue) = 64+24+163=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 24 (9.77% from 255 or 9.56% from 251); Blue value is 163 (64.06% from 255 or 64.94% from 251); Max value from RGB is 163 - color contains mainly: blue. Hex color #4018A3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4018A3 is #BFE75C. Grayscale: #333333. Windows color (decimal): -12576605 or 10688576. OLE color: 10688576.

HSL color Cylindrical-coordinate representation of color #4018A3: hue angle of 257.27º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4018A3 is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6424163-
CMYK0.610.8500.36
HSL257.27º74.33%36.67%-
HSV(B)257.27º85.28%63.92%-
XYZ9.054.3935.02-
YUV51.81190.75136.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.50%
GREEN value IS 24 (9.77% from 255) = 9.56%
BLUE value IS 163 (64.06% from 255) = 64.94%
R=25.50%
G=9.56%
B=64.94%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal64241630.610.8500.36257.2774.3336.67
Hex4018A33D550241014a25
Octal100302437512504440111245
Binary10000001100010100011111101101010101001001000000011001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4018A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4018A3; }

 p { color: rgb(64,24,163); }

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

<style>
 a { background-color: #4018A3; }

 a { background-color: rgb(64,24,163); }

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

<style>
 span { border-color: #4018A3; }

 span { border-color: rgb(64,24,163); }

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