Html Css Color HEX #320394 Persian Indigo

📋 copy color: '#320394'

red 50 ◦ green 3 ◦ blue 148

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

Shades of Persian Indigo #320394

Tints of Persian Indigo #320394

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.49%

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

R = 24.88%
G = 1.49%
B = 73.63%

CMYK

 C value IS 0.66

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#320394 (or 0x320394) is known color: Persian Indigo. HEX triplet: 32, 03 and 94. RGB value is (50,3,148). Sum of RGB (Red+Green+Blue) = 50+3+148=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 148 (58.20% from 255 or 73.63% from 201); Max value from RGB is 148 - color contains mainly: blue. Hex color #320394 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320394 is #CDFC6B. Grayscale: #212121. Windows color (decimal): -13499500 or 9700146. OLE color: 9700146.

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

Color convert

RGB 50 3 148 -
CMYK 0.66 0.98 0 0.42
HSL 259.45º 0.96% 0.3% -
HSV(B) 259.45º 0.98% 0.58% -
XYZ 6.69 2.88 28.22 -
YUV 33.58 192.57 139.71 -
System Red Green Blue C M Y K H S L
Decimal 50 3 148 0.66 0.98 0 0.42 259.45 0.96 0.3
Hex 32 3 94 42 62 0 2A 103 60 1E
Octal 62 3 224 102 142 0 52 403 140 36
Binary 110010 11 10010100 1000010 1100010 0 101010 100000011 1100000 11110

Color Harmonies of #320394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320394

Black with #320394

Text Example


Text Example

White with #320394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320394; }

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

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

background-color css

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

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

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

border-color css

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

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

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