#380992

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

Shades of Persian Indigo #380992

Tints of Persian Indigo #380992

Color information

#380992 (or 0x380992) is unknown color: approx Persian Indigo. HEX triplet: 38, 09 and 92. RGB value is (56,9,146). Sum of RGB (Red+Green+Blue) = 56+9+146=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 146 (57.42% from 255 or 69.19% from 211); Max value from RGB is 146 - color contains mainly: blue. Hex color #380992 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380992 is #C7F66D. Grayscale: #262626. Windows color (decimal): -13104750 or 9570616. OLE color: 9570616.

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

Color convert

RGB569146-
CMYK0.620.9400.43
HSL260.58º88.39%30.39%-
HSV(B)260.58º93.84%57.25%-
XYZ6.923.1127.43-
YUV38.67188.57140.36-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.54%
GREEN value IS 9 (3.91% from 255) = 4.27%
BLUE value IS 146 (57.42% from 255) = 69.19%
R=26.54%
G=4.27%
B=69.19%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal5691460.620.9400.43260.5888.3930.39
Hex389923E5E02B105581e
Octal70112227613605340513036
Binary11100010011001001011111010111100101011100000101101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380992; }

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

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

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

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

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

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

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

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