#380494

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

Shades of Persian Indigo #380494

Tints of Persian Indigo #380494

Color information

#380494 (or 0x380494) is unknown color: approx Persian Indigo. HEX triplet: 38, 04 and 94. RGB value is (56,4,148). Sum of RGB (Red+Green+Blue) = 56+4+148=208 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.92% from 208); Green value is 4 (1.95% from 255 or 1.92% from 208); Blue value is 148 (58.20% from 255 or 71.15% from 208); Max value from RGB is 148 - color contains mainly: blue. Hex color #380494 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380494 is #C7FB6B. Grayscale: #232323. Windows color (decimal): -13106028 or 9700408. OLE color: 9700408.

HSL color Cylindrical-coordinate representation of color #380494: hue angle of 261.67º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #380494 is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB564148-
CMYK0.620.9700.42
HSL261.67º94.74%29.8%-
HSV(B)261.67º97.3%58.04%-
XYZ7.023.0728.24-
YUV35.96191.23142.29-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.92%
GREEN value IS 4 (1.95% from 255) = 1.92%
BLUE value IS 148 (58.20% from 255) = 71.15%
R=26.92%
G=1.92%
B=71.15%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5641480.620.9700.42261.6794.7429.8
Hex384943E6102A1065f1e
Octal7042247614105240613736
Binary1110001001001010011111011000010101010100000110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380494; }

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

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

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

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

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

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

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

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