#3418A3

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

Shades of Persian Indigo #3418A3

Tints of Persian Indigo #3418A3

Color information

#3418A3 (or 0x3418A3) is unknown color: approx Persian Indigo. HEX triplet: 34, 18 and A3. RGB value is (52,24,163). Sum of RGB (Red+Green+Blue) = 52+24+163=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 24 (9.77% from 255 or 10.04% from 239); Blue value is 163 (64.06% from 255 or 68.20% from 239); Max value from RGB is 163 - color contains mainly: blue. Hex color #3418A3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3418A3 is #CBE75C. Grayscale: #2F2F2F. Windows color (decimal): -13363037 or 10688564. OLE color: 10688564.

HSL color Cylindrical-coordinate representation of color #3418A3: hue angle of 252.09º 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 #3418A3 is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5224163-
CMYK0.680.8500.36
HSL252.09º74.33%36.67%-
HSV(B)252.09º85.28%63.92%-
XYZ8.354.0334.99-
YUV48.22192.78130.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.76%
GREEN value IS 24 (9.77% from 255) = 10.04%
BLUE value IS 163 (64.06% from 255) = 68.20%
R=21.76%
G=10.04%
B=68.20%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal52241630.680.8500.36252.0974.3336.67
Hex3418A34455024fc4a25
Octal643024310412504437411245
Binary1101001100010100011100010010101010100100111111001001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3418A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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