#380978

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

Shades of Persian Indigo #380978

Tints of Persian Indigo #380978

Color information

#380978 (or 0x380978) is unknown color: approx Persian Indigo. HEX triplet: 38, 09 and 78. RGB value is (56,9,120). Sum of RGB (Red+Green+Blue) = 56+9+120=185 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.27% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 120 (47.27% from 255 or 64.86% from 185); Max value from RGB is 120 - color contains mainly: blue. Hex color #380978 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380978 is #C7F687. Grayscale: #232323. Windows color (decimal): -13104776 or 7866680. OLE color: 7866680.

HSL color Cylindrical-coordinate representation of color #380978: hue angle of 265.41º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #380978 is Cyan = 0.53, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB569120-
CMYK0.530.9200.53
HSL265.41º86.05%25.29%-
HSV(B)265.41º92.5%47.06%-
XYZ5.122.3917.96-
YUV35.71175.57142.47-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.27%
GREEN value IS 9 (3.91% from 255) = 4.86%
BLUE value IS 120 (47.27% from 255) = 64.86%
R=30.27%
G=4.86%
B=64.86%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5691200.530.9200.53265.4186.0525.29
Hex38978355C0351095619
Octal70111706513406541112631
Binary1110001001111100011010110111000110101100001001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380978; }

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

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

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

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

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

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

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

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