#381577

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

Shades of Persian Indigo #381577

Tints of Persian Indigo #381577

Color information

#381577 (or 0x381577) is unknown color: approx Persian Indigo. HEX triplet: 38, 15 and 77. RGB value is (56,21,119). Sum of RGB (Red+Green+Blue) = 56+21+119=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 119 (46.88% from 255 or 60.71% from 196); Max value from RGB is 119 - color contains mainly: blue. Hex color #381577 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381577 is #C7EA88. Grayscale: #2A2A2A. Windows color (decimal): -13101705 or 7804216. OLE color: 7804216.

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

Color convert

RGB5621119-
CMYK0.530.8200.53
HSL261.43º70%27.45%-
HSV(B)261.43º82.35%46.67%-
XYZ5.232.7117.7-
YUV42.64171.1137.53-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.57%
GREEN value IS 21 (8.59% from 255) = 10.71%
BLUE value IS 119 (46.88% from 255) = 60.71%
R=28.57%
G=10.71%
B=60.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56211190.530.8200.53261.437027.45
Hex3815773552035105461b
Octal70251676512206540510633
Binary11100010101111011111010110100100110101100000101100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381577; }

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

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

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

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

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

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

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

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