#320094

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

Shades of Persian Indigo #320094

Tints of Persian Indigo #320094

Color information

#320094 (or 0x320094) is unknown color: approx Persian Indigo. HEX triplet: 32, 00 and 94. RGB value is (50,0,148). Sum of RGB (Red+Green+Blue) = 50+0+148=198 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.25% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 148 (58.20% from 255 or 74.75% from 198); Max value from RGB is 148 - color contains mainly: blue. Hex color #320094 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320094 is #CDFF6B. Grayscale: #1F1F1F. Windows color (decimal): -13500268 or 9699378. OLE color: 9699378.

HSL color Cylindrical-coordinate representation of color #320094: hue angle of 260.27º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #320094 is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB500148-
CMYK0.66100.42
HSL260.27º100%29.02%-
HSV(B)260.27º100%58.04%-
XYZ6.662.8228.21-
YUV31.82193.56140.97-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 148 (58.20% from 255) = 74.75%
R=25.25%
G=0%
B=74.75%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5001480.66100.42260.2710029.02
Hex32094426402A104641d
Octal62022410214405240414435
Binary110010010010100100001011001000101010100000100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320094; }

 p { color: rgb(50,0,148); }

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

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

 a { background-color: rgb(50,0,148); }

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

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

 span { border-color: rgb(50,0,148); }

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