#381289

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

Shades of Persian Indigo #381289

Tints of Persian Indigo #381289

Color information

#381289 (or 0x381289) is unknown color: approx Persian Indigo. HEX triplet: 38, 12 and 89. RGB value is (56,18,137). Sum of RGB (Red+Green+Blue) = 56+18+137=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 137 (53.91% from 255 or 64.93% from 211); Max value from RGB is 137 - color contains mainly: blue. Hex color #381289 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381289 is #C7ED76. Grayscale: #2A2A2A. Windows color (decimal): -13102455 or 8983096. OLE color: 8983096.

HSL color Cylindrical-coordinate representation of color #381289: hue angle of 259.16º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #381289 is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5618137-
CMYK0.590.8700.46
HSL259.16º76.77%30.39%-
HSV(B)259.16º86.86%53.73%-
XYZ6.363.0823.93-
YUV42.93181.09137.32-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.54%
GREEN value IS 18 (7.42% from 255) = 8.53%
BLUE value IS 137 (53.91% from 255) = 64.93%
R=26.54%
G=8.53%
B=64.93%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal56181370.590.8700.46259.1676.7730.39
Hex3812893B5702E1034d1e
Octal70222117312705640311536
Binary111000100101000100111101110101110101110100000011100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381289; }

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

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

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

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

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

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

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

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