Html Css Color HEX #320094 Persian Indigo

📋 copy color: '#320094'

red 50 ◦ green 0 ◦ blue 148

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

Shades of Persian Indigo #320094

Tints of Persian Indigo #320094

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.2% from 255) = 74.75%

R = 25.25%
G = 0%
B = 74.75%

CMYK

 C value IS 0.66

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#320094 (or 0x320094) is known color: 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

RGB 50 0 148 -
CMYK 0.66 1 0 0.42
HSL 260.27º 1% 0.29% -
HSV(B) 260.27º 1% 0.58% -
XYZ 6.66 2.82 28.21 -
YUV 31.82 193.57 140.97 -
System Red Green Blue C M Y K H S L
Decimal 50 0 148 0.66 1 0 0.42 260.27 1 0.29
Hex 32 0 94 42 64 0 2A 104 64 1D
Octal 62 0 224 102 144 0 52 404 144 35
Binary 110010 0 10010100 1000010 1100100 0 101010 100000100 1100100 11101

Color Harmonies of #320094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320094

Black with #320094

Text Example


Text Example

White with #320094

Text Example


Text Example

HTML Codes & Css Web 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>