#3806AB

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

Shades of Persian Indigo #3806AB

Tints of Persian Indigo #3806AB

Color information

#3806AB (or 0x3806AB) is unknown color: approx Persian Indigo. HEX triplet: 38, 06 and AB. RGB value is (56,6,171). Sum of RGB (Red+Green+Blue) = 56+6+171=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 171 (67.19% from 255 or 73.39% from 233); Max value from RGB is 171 - color contains mainly: blue. Hex color #3806AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3806AB is #C7F954. Grayscale: #272727. Windows color (decimal): -13105493 or 11208248. OLE color: 11208248.

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

Color convert

RGB566171-
CMYK0.670.9600.33
HSL258.18º93.22%34.71%-
HSV(B)258.18º96.49%67.06%-
XYZ9.053.9138.81-
YUV39.76202.06139.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.03%
GREEN value IS 6 (2.73% from 255) = 2.58%
BLUE value IS 171 (67.19% from 255) = 73.39%
R=24.03%
G=2.58%
B=73.39%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal5661710.670.9600.33258.1893.2234.71
Hex386AB43600211025d23
Octal70625310314004140213543
Binary111000110101010111000011110000001000011000000101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3806AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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