#3818A5

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

Shades of Persian Indigo #3818A5

Tints of Persian Indigo #3818A5

Color information

#3818A5 (or 0x3818A5) is unknown color: approx Persian Indigo. HEX triplet: 38, 18 and A5. RGB value is (56,24,165). Sum of RGB (Red+Green+Blue) = 56+24+165=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 165 (64.84% from 255 or 67.35% from 245); Max value from RGB is 165 - color contains mainly: blue. Hex color #3818A5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3818A5 is #C7E75A. Grayscale: #313131. Windows color (decimal): -13100891 or 10819640. OLE color: 10819640.

HSL color Cylindrical-coordinate representation of color #3818A5: hue angle of 253.62º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3818A5 is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5624165-
CMYK0.660.8500.35
HSL253.62º74.6%37.06%-
HSV(B)253.62º85.45%64.71%-
XYZ8.754.2135.95-
YUV49.64193.1132.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.86%
GREEN value IS 24 (9.77% from 255) = 9.80%
BLUE value IS 165 (64.84% from 255) = 67.35%
R=22.86%
G=9.80%
B=67.35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal56241650.660.8500.35253.6274.637.06
Hex3818A54255023fe4b25
Octal703024510212504337611345
Binary1110001100010100101100001010101010100011111111101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3818A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3818A5; }

 p { color: rgb(56,24,165); }

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

<style>
 a { background-color: #3818A5; }

 a { background-color: rgb(56,24,165); }

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

<style>
 span { border-color: #3818A5; }

 span { border-color: rgb(56,24,165); }

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