#3815A6

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

Shades of Persian Indigo #3815A6

Tints of Persian Indigo #3815A6

Color information

#3815A6 (or 0x3815A6) is unknown color: approx Persian Indigo. HEX triplet: 38, 15 and A6. RGB value is (56,21,166). Sum of RGB (Red+Green+Blue) = 56+21+166=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 166 (65.23% from 255 or 68.31% from 243); Max value from RGB is 166 - color contains mainly: blue. Hex color #3815A6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3815A6 is #C7EA59. Grayscale: #2F2F2F. Windows color (decimal): -13101658 or 10884408. OLE color: 10884408.

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

Color convert

RGB5621166-
CMYK0.660.8700.35
HSL254.48º77.54%36.67%-
HSV(B)254.48º87.35%65.1%-
XYZ8.784.1336.41-
YUV48194.6133.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.05%
GREEN value IS 21 (8.59% from 255) = 8.64%
BLUE value IS 166 (65.23% from 255) = 68.31%
R=23.05%
G=8.64%
B=68.31%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal56211660.660.8700.35254.4877.5436.67
Hex3815A64257023fe4e25
Octal702524610212704337611645
Binary1110001010110100110100001010101110100011111111101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3815A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3815A6; }

 p { color: rgb(56,21,166); }

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

<style>
 a { background-color: #3815A6; }

 a { background-color: rgb(56,21,166); }

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

<style>
 span { border-color: #3815A6; }

 span { border-color: rgb(56,21,166); }

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