#381575

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

Shades of Persian Indigo #381575

Tints of Persian Indigo #381575

Color information

#381575 (or 0x381575) is unknown color: approx Persian Indigo. HEX triplet: 38, 15 and 75. RGB value is (56,21,117). Sum of RGB (Red+Green+Blue) = 56+21+117=194 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.87% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 117 (46.09% from 255 or 60.31% from 194); Max value from RGB is 117 - color contains mainly: blue. Hex color #381575 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381575 is #C7EA8A. Grayscale: #2A2A2A. Windows color (decimal): -13101707 or 7673144. OLE color: 7673144.

HSL color Cylindrical-coordinate representation of color #381575: hue angle of 261.88º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #381575 is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5621117-
CMYK0.520.8200.54
HSL261.88º69.57%27.06%-
HSV(B)261.88º82.05%45.88%-
XYZ5.112.6617.07-
YUV42.41170.1137.69-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.87%
GREEN value IS 21 (8.59% from 255) = 10.82%
BLUE value IS 117 (46.09% from 255) = 60.31%
R=28.87%
G=10.82%
B=60.31%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56211170.520.8200.54261.8869.5727.06
Hex3815753452036106461b
Octal70251656412206640610633
Binary11100010101111010111010010100100110110100000110100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381575; }

 p { color: rgb(56,21,117); }

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

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

 a { background-color: rgb(56,21,117); }

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

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

 span { border-color: rgb(56,21,117); }

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