Html Css Color HEX #320994 Persian Indigo

📋 copy color: '#320994'

red 50 ◦ green 9 ◦ blue 148

#320994
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #320994

Tints of Persian Indigo #320994

RGB

 RED value IS 50 (19.92% from 255) = 24.15%

 GREEN value IS 9 (3.91% from 255) = 4.35%

 BLUE value IS 148 (58.2% from 255) = 71.5%

R = 24.15%
G = 4.35%
B = 71.5%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#320994 (or 0x320994) is known color: Persian Indigo. HEX triplet: 32, 09 and 94. RGB value is (50,9,148). Sum of RGB (Red+Green+Blue) = 50+9+148=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 148 (58.20% from 255 or 71.50% from 207); Max value from RGB is 148 - color contains mainly: blue. Hex color #320994 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320994 is #CDF66B. Grayscale: #242424. Windows color (decimal): -13497964 or 9701682. OLE color: 9701682.

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

Color convert

RGB 50 9 148 -
CMYK 0.66 0.94 0 0.42
HSL 257.7º 0.89% 0.31% -
HSV(B) 257.7º 0.94% 0.58% -
XYZ 6.76 3.01 28.24 -
YUV 37.11 190.58 137.2 -
System Red Green Blue C M Y K H S L
Decimal 50 9 148 0.66 0.94 0 0.42 257.7 0.89 0.31
Hex 32 9 94 42 5E 0 2A 102 59 1F
Octal 62 11 224 102 136 0 52 402 131 37
Binary 110010 1001 10010100 1000010 1011110 0 101010 100000010 1011001 11111

Color Harmonies of #320994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320994

Black with #320994

Text Example


Text Example

White with #320994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320994; }

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

 H1.HeaderClassName
 {
   color: #320994;
 }
 .AnyTagClassName
 {
   color: #320994;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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