#381676

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

Shades of Persian Indigo #381676

Tints of Persian Indigo #381676

Color information

#381676 (or 0x381676) is unknown color: approx Persian Indigo. HEX triplet: 38, 16 and 76. RGB value is (56,22,118). Sum of RGB (Red+Green+Blue) = 56+22+118=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 22 (8.98% from 255 or 11.22% from 196); Blue value is 118 (46.48% from 255 or 60.20% from 196); Max value from RGB is 118 - color contains mainly: blue. Hex color #381676 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381676 is #C7E989. Grayscale: #2A2A2A. Windows color (decimal): -13101450 or 7738936. OLE color: 7738936.

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

Color convert

RGB5622118-
CMYK0.530.8100.54
HSL261.25º68.57%27.45%-
HSV(B)261.25º81.36%46.27%-
XYZ5.192.7217.39-
YUV43.11170.26137.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.57%
GREEN value IS 22 (8.98% from 255) = 11.22%
BLUE value IS 118 (46.48% from 255) = 60.20%
R=28.57%
G=11.22%
B=60.20%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56221180.530.8100.54261.2568.5727.45
Hex3816763551036105451b
Octal70261666512106640510533
Binary11100010110111011011010110100010110110100000101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381676; }

 p { color: rgb(56,22,118); }

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

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

 a { background-color: rgb(56,22,118); }

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

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

 span { border-color: rgb(56,22,118); }

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