#381A93

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

Shades of Persian Indigo #381A93

Tints of Persian Indigo #381A93

Color information

#381A93 (or 0x381A93) is unknown color: approx Persian Indigo. HEX triplet: 38, 1A and 93. RGB value is (56,26,147). Sum of RGB (Red+Green+Blue) = 56+26+147=229 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.45% from 229); Green value is 26 (10.55% from 255 or 11.35% from 229); Blue value is 147 (57.81% from 255 or 64.19% from 229); Max value from RGB is 147 - color contains mainly: blue. Hex color #381A93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381A93 is #C7E56C. Grayscale: #303030. Windows color (decimal): -13100397 or 9640504. OLE color: 9640504.

HSL color Cylindrical-coordinate representation of color #381A93: hue angle of 254.88º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #381A93 is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5626147-
CMYK0.620.8200.42
HSL254.88º69.94%33.92%-
HSV(B)254.88º82.31%57.65%-
XYZ7.273.6927.93-
YUV48.76183.44133.16-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.45%
GREEN value IS 26 (10.55% from 255) = 11.35%
BLUE value IS 147 (57.81% from 255) = 64.19%
R=24.45%
G=11.35%
B=64.19%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56261470.620.8200.42254.8869.9433.92
Hex381A933E5202Aff4622
Octal70322237612205237710642
Binary111000110101001001111111010100100101010111111111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381A93; }

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

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

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

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

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

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

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

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