#382079

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

Shades of Persian Indigo #382079

Tints of Persian Indigo #382079

Color information

#382079 (or 0x382079) is unknown color: approx Persian Indigo. HEX triplet: 38, 20 and 79. RGB value is (56,32,121). Sum of RGB (Red+Green+Blue) = 56+32+121=209 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.79% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 121 (47.66% from 255 or 57.89% from 209); Max value from RGB is 121 - color contains mainly: blue. Hex color #382079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382079 is #C7DF86. Grayscale: #303030. Windows color (decimal): -13098887 or 7938104. OLE color: 7938104.

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

Color convert

RGB5632121-
CMYK0.540.7400.53
HSL256.18º58.17%30%-
HSV(B)256.18º73.55%47.45%-
XYZ5.63.2518.42-
YUV49.32168.45132.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.79%
GREEN value IS 32 (12.89% from 255) = 15.31%
BLUE value IS 121 (47.66% from 255) = 57.89%
R=26.79%
G=15.31%
B=57.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56321210.540.7400.53256.1858.1730
Hex382079364A0351003a1e
Octal7040171661120654007236
Binary11100010000011110011101101001010011010110000000011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382079; }

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

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

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

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

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

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

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

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