#3810A1

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

Shades of Persian Indigo #3810A1

Tints of Persian Indigo #3810A1

Color information

#3810A1 (or 0x3810A1) is unknown color: approx Persian Indigo. HEX triplet: 38, 10 and A1. RGB value is (56,16,161). Sum of RGB (Red+Green+Blue) = 56+16+161=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 161 (63.28% from 255 or 69.10% from 233); Max value from RGB is 161 - color contains mainly: blue. Hex color #3810A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3810A1 is #C7EF5E. Grayscale: #2B2B2B. Windows color (decimal): -13102943 or 10555448. OLE color: 10555448.

HSL color Cylindrical-coordinate representation of color #3810A1: hue angle of 256.55º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3810A1 is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB5616161-
CMYK0.650.9000.37
HSL256.55º81.92%34.71%-
HSV(B)256.55º90.06%63.14%-
XYZ8.253.7834.01-
YUV44.49193.75136.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.03%
GREEN value IS 16 (6.64% from 255) = 6.87%
BLUE value IS 161 (63.28% from 255) = 69.10%
R=24.03%
G=6.87%
B=69.10%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal56161610.650.9000.37256.5581.9234.71
Hex3810A1415A0251015223
Octal702024110113204540112243
Binary11100010000101000011000001101101001001011000000011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3810A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,16,161); }

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

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

 a { background-color: rgb(56,16,161); }

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

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

 span { border-color: rgb(56,16,161); }

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