Html Css Color HEX #320473 Persian Indigo

📋 copy color: '#320473'

red 50 ◦ green 4 ◦ blue 115

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

Shades of Persian Indigo #320473

Tints of Persian Indigo #320473

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.37%

 BLUE value IS 115 (45.31% from 255) = 68.05%

R = 29.59%
G = 2.37%
B = 68.05%

CMYK

 C value IS 0.57

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#320473 (or 0x320473) is known color: Persian Indigo. HEX triplet: 32, 04 and 73. RGB value is (50,4,115). Sum of RGB (Red+Green+Blue) = 50+4+115=169 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.59% from 169); Green value is 4 (1.95% from 255 or 2.37% from 169); Blue value is 115 (45.31% from 255 or 68.05% from 169); Max value from RGB is 115 - color contains mainly: blue. Hex color #320473 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320473 is #CDFB8C. Grayscale: #1E1E1E. Windows color (decimal): -13499277 or 7537714. OLE color: 7537714.

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

Color convert

RGB 50 4 115 -
CMYK 0.57 0.97 0 0.55
HSL 264.86º 0.93% 0.23% -
HSV(B) 264.86º 0.97% 0.45% -
XYZ 4.45 2 16.37 -
YUV 30.41 175.74 141.97 -
System Red Green Blue C M Y K H S L
Decimal 50 4 115 0.57 0.97 0 0.55 264.86 0.93 0.23
Hex 32 4 73 39 61 0 37 109 5D 17
Octal 62 4 163 71 141 0 67 411 135 27
Binary 110010 100 1110011 111001 1100001 0 110111 100001001 1011101 10111

Color Harmonies of #320473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320473

Black with #320473

Text Example


Text Example

White with #320473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320473; }

 p { color: rgb(50,4,115); }

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

background-color css

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

 a { background-color: rgb(50,4,115); }

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

border-color css

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

 span { border-color: rgb(50,4,115); }

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