#380492

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

Shades of Persian Indigo #380492

Tints of Persian Indigo #380492

Color information

#380492 (or 0x380492) is unknown color: approx Persian Indigo. HEX triplet: 38, 04 and 92. RGB value is (56,4,146). Sum of RGB (Red+Green+Blue) = 56+4+146=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 146 (57.42% from 255 or 70.87% from 206); Max value from RGB is 146 - color contains mainly: blue. Hex color #380492 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380492 is #C7FB6D. Grayscale: #232323. Windows color (decimal): -13106030 or 9569336. OLE color: 9569336.

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

Color convert

RGB564146-
CMYK0.620.9700.43
HSL261.97º94.67%29.41%-
HSV(B)261.97º97.26%57.25%-
XYZ6.86327.41-
YUV35.74190.23142.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.18%
GREEN value IS 4 (1.95% from 255) = 1.94%
BLUE value IS 146 (57.42% from 255) = 70.87%
R=27.18%
G=1.94%
B=70.87%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal5641460.620.9700.43261.9794.6729.41
Hex384923E6102B1065f1d
Octal7042227614105340613735
Binary1110001001001001011111011000010101011100000110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380492; }

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

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

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

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

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

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

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

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