#382076

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

Shades of Persian Indigo #382076

Tints of Persian Indigo #382076

Color information

#382076 (or 0x382076) is unknown color: approx Persian Indigo. HEX triplet: 38, 20 and 76. RGB value is (56,32,118). Sum of RGB (Red+Green+Blue) = 56+32+118=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 118 (46.48% from 255 or 57.28% from 206); Max value from RGB is 118 - color contains mainly: blue. Hex color #382076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382076 is #C7DF89. Grayscale: #303030. Windows color (decimal): -13098890 or 7741496. OLE color: 7741496.

HSL color Cylindrical-coordinate representation of color #382076: hue angle of 256.74º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #382076 is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5632118-
CMYK0.530.7300.54
HSL256.74º57.33%29.41%-
HSV(B)256.74º72.88%46.27%-
XYZ5.423.1817.47-
YUV48.98166.95133.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.18%
GREEN value IS 32 (12.89% from 255) = 15.53%
BLUE value IS 118 (46.48% from 255) = 57.28%
R=27.18%
G=15.53%
B=57.28%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56321180.530.7300.54256.7457.3329.41
Hex3820763549036101391d
Octal7040166651110664017135
Binary11100010000011101101101011001001011011010000000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382076; }

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

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

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

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

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

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

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

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