#380878

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

Shades of Persian Indigo #380878

Tints of Persian Indigo #380878

Color information

#380878 (or 0x380878) is unknown color: approx Persian Indigo. HEX triplet: 38, 08 and 78. RGB value is (56,8,120). Sum of RGB (Red+Green+Blue) = 56+8+120=184 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.43% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 120 (47.27% from 255 or 65.22% from 184); Max value from RGB is 120 - color contains mainly: blue. Hex color #380878 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380878 is #C7F787. Grayscale: #222222. Windows color (decimal): -13105032 or 7866424. OLE color: 7866424.

HSL color Cylindrical-coordinate representation of color #380878: hue angle of 265.71º degrees, saturation: 0.88, 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 #380878 is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB568120-
CMYK0.530.9300.53
HSL265.71º87.5%25.1%-
HSV(B)265.71º93.33%47.06%-
XYZ5.112.3717.96-
YUV35.12175.9142.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.43%
GREEN value IS 8 (3.52% from 255) = 4.35%
BLUE value IS 120 (47.27% from 255) = 65.22%
R=30.43%
G=4.35%
B=65.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5681200.530.9300.53265.7187.525.1
Hex38878355D03510a5819
Octal70101706513506541213031
Binary1110001000111100011010110111010110101100001010101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380878; }

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

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

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

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

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

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

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

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