#381989

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

Shades of Persian Indigo #381989

Tints of Persian Indigo #381989

Color information

#381989 (or 0x381989) is unknown color: approx Persian Indigo. HEX triplet: 38, 19 and 89. RGB value is (56,25,137). Sum of RGB (Red+Green+Blue) = 56+25+137=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 137 (53.91% from 255 or 62.84% from 218); Max value from RGB is 137 - color contains mainly: blue. Hex color #381989 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381989 is #C7E676. Grayscale: #2E2E2E. Windows color (decimal): -13100663 or 8984888. OLE color: 8984888.

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

Color convert

RGB5625137-
CMYK0.590.8200.46
HSL256.61º69.14%31.76%-
HSV(B)256.61º81.75%53.73%-
XYZ6.493.3423.97-
YUV47.04178.77134.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.69%
GREEN value IS 25 (10.16% from 255) = 11.47%
BLUE value IS 137 (53.91% from 255) = 62.84%
R=25.69%
G=11.47%
B=62.84%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal56251370.590.8200.46256.6169.1431.76
Hex3819893B5202E1014520
Octal70312117312205640110540
Binary1110001100110001001111011101001001011101000000011000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381989; }

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

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

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

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

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

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

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

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