#382196

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

Shades of Persian Indigo #382196

Tints of Persian Indigo #382196

Color information

#382196 (or 0x382196) is unknown color: approx Persian Indigo. HEX triplet: 38, 21 and 96. RGB value is (56,33,150). Sum of RGB (Red+Green+Blue) = 56+33+150=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 33 (13.28% from 255 or 13.81% from 239); Blue value is 150 (58.98% from 255 or 62.76% from 239); Max value from RGB is 150 - color contains mainly: blue. Hex color #382196 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382196 is #C7DE69. Grayscale: #343434. Windows color (decimal): -13098602 or 9838904. OLE color: 9838904.

HSL color Cylindrical-coordinate representation of color #382196: hue angle of 251.79º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #382196 is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5633150-
CMYK0.630.7800.41
HSL251.79º63.93%35.88%-
HSV(B)251.79º78%58.82%-
XYZ7.684.1329.25-
YUV53.22182.62129.99-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.43%
GREEN value IS 33 (13.28% from 255) = 13.81%
BLUE value IS 150 (58.98% from 255) = 62.76%
R=23.43%
G=13.81%
B=62.76%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal56331500.630.7800.41251.7963.9335.88
Hex3821963F4E029fc4024
Octal70412267711605137410044
Binary1110001000011001011011111110011100101001111111001000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382196; }

 p { color: rgb(56,33,150); }

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

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

 a { background-color: rgb(56,33,150); }

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

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

 span { border-color: rgb(56,33,150); }

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