#382083

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

Shades of Persian Indigo #382083

Tints of Persian Indigo #382083

Color information

#382083 (or 0x382083) is unknown color: approx Persian Indigo. HEX triplet: 38, 20 and 83. RGB value is (56,32,131). Sum of RGB (Red+Green+Blue) = 56+32+131=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 131 (51.56% from 255 or 59.82% from 219); Max value from RGB is 131 - color contains mainly: blue. Hex color #382083 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382083 is #C7DF7C. Grayscale: #323232. Windows color (decimal): -13098877 or 8593464. OLE color: 8593464.

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

Color convert

RGB5632131-
CMYK0.570.7600.49
HSL254.55º60.74%31.96%-
HSV(B)254.55º75.57%51.37%-
XYZ6.243.5121.82-
YUV50.46173.45131.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.57%
GREEN value IS 32 (12.89% from 255) = 14.61%
BLUE value IS 131 (51.56% from 255) = 59.82%
R=25.57%
G=14.61%
B=59.82%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56321310.570.7600.49254.5560.7431.96
Hex382083394C031ff3d20
Octal7040203711140613777540
Binary111000100000100000111110011001100011000111111111111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382083; }

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

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

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

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

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

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

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

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