#382382

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

Shades of Persian Indigo #382382

Tints of Persian Indigo #382382

Color information

#382382 (or 0x382382) is unknown color: approx Persian Indigo. HEX triplet: 38, 23 and 82. RGB value is (56,35,130). Sum of RGB (Red+Green+Blue) = 56+35+130=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 130 (51.17% from 255 or 58.82% from 221); Max value from RGB is 130 - color contains mainly: blue. Hex color #382382 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382382 is #C7DC7D. Grayscale: #333333. Windows color (decimal): -13098110 or 8528696. OLE color: 8528696.

HSL color Cylindrical-coordinate representation of color #382382: hue angle of 253.26º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #382382 is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5635130-
CMYK0.570.7300.49
HSL253.26º57.58%32.35%-
HSV(B)253.26º73.08%50.98%-
XYZ6.263.6521.49-
YUV52.11171.96130.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.34%
GREEN value IS 35 (14.06% from 255) = 15.84%
BLUE value IS 130 (51.17% from 255) = 58.82%
R=25.34%
G=15.84%
B=58.82%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56351300.570.7300.49253.2657.5832.35
Hex3823823949031fd3a20
Octal7043202711110613757240
Binary111000100011100000101110011001001011000111111101111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382382; }

 p { color: rgb(56,35,130); }

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

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

 a { background-color: rgb(56,35,130); }

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

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

 span { border-color: rgb(56,35,130); }

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