#380489

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

Shades of Persian Indigo #380489

Tints of Persian Indigo #380489

Color information

#380489 (or 0x380489) is unknown color: approx Persian Indigo. HEX triplet: 38, 04 and 89. RGB value is (56,4,137). Sum of RGB (Red+Green+Blue) = 56+4+137=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 137 (53.91% from 255 or 69.54% from 197); Max value from RGB is 137 - color contains mainly: blue. Hex color #380489 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380489 is #C7FB76. Grayscale: #222222. Windows color (decimal): -13106039 or 8979512. OLE color: 8979512.

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

Color convert

RGB564137-
CMYK0.590.9700.46
HSL263.46º94.33%27.65%-
HSV(B)263.46º97.08%53.73%-
XYZ6.192.7323.87-
YUV34.71185.73143.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.43%
GREEN value IS 4 (1.95% from 255) = 2.03%
BLUE value IS 137 (53.91% from 255) = 69.54%
R=28.43%
G=2.03%
B=69.54%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5641370.590.9700.46263.4694.3327.65
Hex384893B6102E1075e1c
Octal7042117314105640713634
Binary1110001001000100111101111000010101110100000111101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380489; }

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

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

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

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

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

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

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

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