#382078

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

Shades of Persian Indigo #382078

Tints of Persian Indigo #382078

Color information

#382078 (or 0x382078) is unknown color: approx Persian Indigo. HEX triplet: 38, 20 and 78. RGB value is (56,32,120). Sum of RGB (Red+Green+Blue) = 56+32+120=208 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.92% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 120 (47.27% from 255 or 57.69% from 208); Max value from RGB is 120 - color contains mainly: blue. Hex color #382078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382078 is #C7DF87. Grayscale: #303030. Windows color (decimal): -13098888 or 7872568. OLE color: 7872568.

HSL color Cylindrical-coordinate representation of color #382078: hue angle of 256.36º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #382078 is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5632120-
CMYK0.530.7300.53
HSL256.36º57.89%29.8%-
HSV(B)256.36º73.33%47.06%-
XYZ5.543.2318.1-
YUV49.21167.95132.84-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.92%
GREEN value IS 32 (12.89% from 255) = 15.38%
BLUE value IS 120 (47.27% from 255) = 57.69%
R=26.92%
G=15.38%
B=57.69%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56321200.530.7300.53256.3657.8929.8
Hex38207835490351003a1e
Octal7040170651110654007236
Binary11100010000011110001101011001001011010110000000011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382078; }

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

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

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

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

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

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

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

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