#381493

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

Shades of Persian Indigo #381493

Tints of Persian Indigo #381493

Color information

#381493 (or 0x381493) is unknown color: approx Persian Indigo. HEX triplet: 38, 14 and 93. RGB value is (56,20,147). Sum of RGB (Red+Green+Blue) = 56+20+147=223 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.11% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 147 (57.81% from 255 or 65.92% from 223); Max value from RGB is 147 - color contains mainly: blue. Hex color #381493 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381493 is #C7EB6C. Grayscale: #2C2C2C. Windows color (decimal): -13101933 or 9638968. OLE color: 9638968.

HSL color Cylindrical-coordinate representation of color #381493: hue angle of 257.01º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #381493 is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5620147-
CMYK0.620.8600.42
HSL257.01º76.05%32.75%-
HSV(B)257.01º86.39%57.65%-
XYZ7.153.4527.89-
YUV45.24185.43135.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.11%
GREEN value IS 20 (8.20% from 255) = 8.97%
BLUE value IS 147 (57.81% from 255) = 65.92%
R=25.11%
G=8.97%
B=65.92%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56201470.620.8600.42257.0176.0532.75
Hex3814933E5602A1014c21
Octal70242237612605240111441
Binary1110001010010010011111110101011001010101000000011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381493; }

 p { color: rgb(56,20,147); }

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

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

 a { background-color: rgb(56,20,147); }

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

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

 span { border-color: rgb(56,20,147); }

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