#380993

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

Shades of Persian Indigo #380993

Tints of Persian Indigo #380993

Color information

#380993 (or 0x380993) is unknown color: approx Persian Indigo. HEX triplet: 38, 09 and 93. RGB value is (56,9,147). Sum of RGB (Red+Green+Blue) = 56+9+147=212 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.42% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 147 (57.81% from 255 or 69.34% from 212); Max value from RGB is 147 - color contains mainly: blue. Hex color #380993 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380993 is #C7F66C. Grayscale: #262626. Windows color (decimal): -13104749 or 9636152. OLE color: 9636152.

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

Color convert

RGB569147-
CMYK0.620.9400.42
HSL260.43º88.46%30.59%-
HSV(B)260.43º93.88%57.65%-
XYZ73.1427.84-
YUV38.78189.07140.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.42%
GREEN value IS 9 (3.91% from 255) = 4.25%
BLUE value IS 147 (57.81% from 255) = 69.34%
R=26.42%
G=4.25%
B=69.34%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5691470.620.9400.42260.4388.4630.59
Hex389933E5E02A104581f
Octal70112237613605240413037
Binary11100010011001001111111010111100101010100000100101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380993; }

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

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

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

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

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

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

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

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