#380590

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

Shades of Persian Indigo #380590

Tints of Persian Indigo #380590

Color information

#380590 (or 0x380590) is unknown color: approx Persian Indigo. HEX triplet: 38, 05 and 90. RGB value is (56,5,144). Sum of RGB (Red+Green+Blue) = 56+5+144=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 144 (56.64% from 255 or 70.24% from 205); Max value from RGB is 144 - color contains mainly: blue. Hex color #380590 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380590 is #C7FA6F. Grayscale: #232323. Windows color (decimal): -13105776 or 9438520. OLE color: 9438520.

HSL color Cylindrical-coordinate representation of color #380590: hue angle of 262.01º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #380590 is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB565144-
CMYK0.610.9700.44
HSL262.01º93.29%29.22%-
HSV(B)262.01º96.53%56.47%-
XYZ6.722.9626.6-
YUV36.1188.9142.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.32%
GREEN value IS 5 (2.34% from 255) = 2.44%
BLUE value IS 144 (56.64% from 255) = 70.24%
R=27.32%
G=2.44%
B=70.24%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5651440.610.9700.44262.0193.2929.22
Hex385903D6102C1065d1d
Octal7052207514105440613535
Binary1110001011001000011110111000010101100100000110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380590; }

 p { color: rgb(56,5,144); }

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

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

 a { background-color: rgb(56,5,144); }

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

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

 span { border-color: rgb(56,5,144); }

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