Html Css Color HEX #320373 Persian Indigo

📋 copy color: '#320373'

red 50 ◦ green 3 ◦ blue 115

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

Shades of Persian Indigo #320373

Tints of Persian Indigo #320373

RGB

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

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

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

R = 29.76%
G = 1.79%
B = 68.45%

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

#320373 (or 0x320373) is known color: Persian Indigo. HEX triplet: 32, 03 and 73. RGB value is (50,3,115). Sum of RGB (Red+Green+Blue) = 50+3+115=168 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.76% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 115 (45.31% from 255 or 68.45% from 168); Max value from RGB is 115 - color contains mainly: blue. Hex color #320373 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320373 is #CDFC8C. Grayscale: #1D1D1D. Windows color (decimal): -13499533 or 7537458. OLE color: 7537458.

HSL color Cylindrical-coordinate representation of color #320373: hue angle of 265.18º degrees, saturation: 0.95, 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 #320373 is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 3 115 -
CMYK 0.57 0.97 0 0.55
HSL 265.18º 0.95% 0.23% -
HSV(B) 265.18º 0.97% 0.45% -
XYZ 4.44 1.98 16.37 -
YUV 29.82 176.07 142.39 -
System Red Green Blue C M Y K H S L
Decimal 50 3 115 0.57 0.97 0 0.55 265.18 0.95 0.23
Hex 32 3 73 39 61 0 37 109 5F 17
Octal 62 3 163 71 141 0 67 411 137 27
Binary 110010 11 1110011 111001 1100001 0 110111 100001001 1011111 10111

Color Harmonies of #320373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320373

Black with #320373

Text Example


Text Example

White with #320373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320373; }

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

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

background-color css

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

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

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

border-color css

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

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

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