#3804A1

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

Shades of Persian Indigo #3804A1

Tints of Persian Indigo #3804A1

Color information

#3804A1 (or 0x3804A1) is unknown color: approx Persian Indigo. HEX triplet: 38, 04 and A1. RGB value is (56,4,161). Sum of RGB (Red+Green+Blue) = 56+4+161=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 161 (63.28% from 255 or 72.85% from 221); Max value from RGB is 161 - color contains mainly: blue. Hex color #3804A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3804A1 is #C7FB5E. Grayscale: #242424. Windows color (decimal): -13106015 or 10552376. OLE color: 10552376.

HSL color Cylindrical-coordinate representation of color #3804A1: hue angle of 259.87º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3804A1 is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB564161-
CMYK0.650.9800.37
HSL259.87º95.15%32.35%-
HSV(B)259.87º97.52%63.14%-
XYZ8.113.533.97-
YUV37.45197.73141.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.34%
GREEN value IS 4 (1.95% from 255) = 1.81%
BLUE value IS 161 (63.28% from 255) = 72.85%
R=25.34%
G=1.81%
B=72.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal5641610.650.9800.37259.8795.1532.35
Hex384A141620251045f20
Octal70424110114204540413740
Binary111000100101000011000001110001001001011000001001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3804A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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