Html Css Color HEX #320774 Persian Indigo

📋 copy color: '#320774'

red 50 ◦ green 7 ◦ blue 116

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

Shades of Persian Indigo #320774

Tints of Persian Indigo #320774

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.05%

 BLUE value IS 116 (45.7% from 255) = 67.05%

R = 28.9%
G = 4.05%
B = 67.05%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#320774 (or 0x320774) is known color: Persian Indigo. HEX triplet: 32, 07 and 74. RGB value is (50,7,116). Sum of RGB (Red+Green+Blue) = 50+7+116=173 (22% of max value = 765). Red value is 50 (19.92% from 255 or 28.90% from 173); Green value is 7 (3.12% from 255 or 4.05% from 173); Blue value is 116 (45.70% from 255 or 67.05% from 173); Max value from RGB is 116 - color contains mainly: blue. Hex color #320774 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320774 is #CDF88B. Grayscale: #1F1F1F. Windows color (decimal): -13498508 or 7604018. OLE color: 7604018.

HSL color Cylindrical-coordinate representation of color #320774: hue angle of 263.67º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320774 is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 7 116 -
CMYK 0.57 0.94 0 0.55
HSL 263.67º 0.89% 0.24% -
HSV(B) 263.67º 0.94% 0.45% -
XYZ 4.54 2.09 16.69 -
YUV 32.28 175.25 140.64 -
System Red Green Blue C M Y K H S L
Decimal 50 7 116 0.57 0.94 0 0.55 263.67 0.89 0.24
Hex 32 7 74 39 5E 0 37 108 59 18
Octal 62 7 164 71 136 0 67 410 131 30
Binary 110010 111 1110100 111001 1011110 0 110111 100001000 1011001 11000

Color Harmonies of #320774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320774

Black with #320774

Text Example


Text Example

White with #320774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320774; }

 p { color: rgb(50,7,116); }

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

background-color css

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

 a { background-color: rgb(50,7,116); }

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

border-color css

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

 span { border-color: rgb(50,7,116); }

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