#380982

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

Shades of Persian Indigo #380982

Tints of Persian Indigo #380982

Color information

#380982 (or 0x380982) is unknown color: approx Persian Indigo. HEX triplet: 38, 09 and 82. RGB value is (56,9,130). Sum of RGB (Red+Green+Blue) = 56+9+130=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 9 (3.91% from 255 or 4.62% from 195); Blue value is 130 (51.17% from 255 or 66.67% from 195); Max value from RGB is 130 - color contains mainly: blue. Hex color #380982 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380982 is #C7F67D. Grayscale: #242424. Windows color (decimal): -13104766 or 8522040. OLE color: 8522040.

HSL color Cylindrical-coordinate representation of color #380982: hue angle of 263.31º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #380982 is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB569130-
CMYK0.570.9300.49
HSL263.31º87.05%27.25%-
HSV(B)263.31º93.08%50.98%-
XYZ5.762.6521.33-
YUV36.85180.57141.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.72%
GREEN value IS 9 (3.91% from 255) = 4.62%
BLUE value IS 130 (51.17% from 255) = 66.67%
R=28.72%
G=4.62%
B=66.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5691300.570.9300.49263.3187.0527.25
Hex38982395D031107571b
Octal70112027113506140712733
Binary11100010011000001011100110111010110001100000111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380982; }

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

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

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

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

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

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

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

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