#3810AB

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

Shades of Persian Indigo #3810AB

Tints of Persian Indigo #3810AB

Color information

#3810AB (or 0x3810AB) is unknown color: approx Persian Indigo. HEX triplet: 38, 10 and AB. RGB value is (56,16,171). Sum of RGB (Red+Green+Blue) = 56+16+171=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 171 (67.19% from 255 or 70.37% from 243); Max value from RGB is 171 - color contains mainly: blue. Hex color #3810AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3810AB is #C7EF54. Grayscale: #2D2D2D. Windows color (decimal): -13102933 or 11210808. OLE color: 11210808.

HSL color Cylindrical-coordinate representation of color #3810AB: hue angle of 255.48º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3810AB is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5616171-
CMYK0.670.9100.33
HSL255.48º82.89%36.67%-
HSV(B)255.48º90.64%67.06%-
XYZ9.174.1538.85-
YUV45.63198.75135.4-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.05%
GREEN value IS 16 (6.64% from 255) = 6.58%
BLUE value IS 171 (67.19% from 255) = 70.37%
R=23.05%
G=6.58%
B=70.37%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal56161710.670.9100.33255.4882.8936.67
Hex3810AB435B021ff5325
Octal702025310313304137712345
Binary1110001000010101011100001110110110100001111111111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3810AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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