#381886

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

Shades of Persian Indigo #381886

Tints of Persian Indigo #381886

Color information

#381886 (or 0x381886) is unknown color: approx Persian Indigo. HEX triplet: 38, 18 and 86. RGB value is (56,24,134). Sum of RGB (Red+Green+Blue) = 56+24+134=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 24 (9.77% from 255 or 11.21% from 214); Blue value is 134 (52.73% from 255 or 62.62% from 214); Max value from RGB is 134 - color contains mainly: blue. Hex color #381886 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381886 is #C7E779. Grayscale: #2D2D2D. Windows color (decimal): -13100922 or 8788024. OLE color: 8788024.

HSL color Cylindrical-coordinate representation of color #381886: hue angle of 257.45º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #381886 is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5624134-
CMYK0.580.8200.47
HSL257.45º69.62%30.98%-
HSV(B)257.45º82.09%52.55%-
XYZ6.263.2222.84-
YUV46.11177.6135.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.17%
GREEN value IS 24 (9.77% from 255) = 11.21%
BLUE value IS 134 (52.73% from 255) = 62.62%
R=26.17%
G=11.21%
B=62.62%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56241340.580.8200.47257.4569.6230.98
Hex3818863A5202F101461f
Octal70302067212205740110637
Binary111000110001000011011101010100100101111100000001100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381886; }

 p { color: rgb(56,24,134); }

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

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

 a { background-color: rgb(56,24,134); }

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

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

 span { border-color: rgb(56,24,134); }

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