#381278

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

Shades of Persian Indigo #381278

Tints of Persian Indigo #381278

Color information

#381278 (or 0x381278) is unknown color: approx Persian Indigo. HEX triplet: 38, 12 and 78. RGB value is (56,18,120). Sum of RGB (Red+Green+Blue) = 56+18+120=194 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.87% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 120 (47.27% from 255 or 61.86% from 194); Max value from RGB is 120 - color contains mainly: blue. Hex color #381278 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381278 is #C7ED87. Grayscale: #282828. Windows color (decimal): -13102472 or 7868984. OLE color: 7868984.

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

Color convert

RGB5618120-
CMYK0.530.8500.53
HSL262.35º73.91%27.06%-
HSV(B)262.35º85%47.06%-
XYZ5.242.6318-
YUV40.99172.59138.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.87%
GREEN value IS 18 (7.42% from 255) = 9.28%
BLUE value IS 120 (47.27% from 255) = 61.86%
R=28.87%
G=9.28%
B=61.86%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56181200.530.8500.53262.3573.9127.06
Hex38127835550351064a1b
Octal70221706512506540611233
Binary11100010010111100011010110101010110101100000110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381278; }

 p { color: rgb(56,18,120); }

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

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

 a { background-color: rgb(56,18,120); }

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

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

 span { border-color: rgb(56,18,120); }

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