Html Css Color HEX #320592 Persian Indigo

📋 copy color: '#320592'

red 50 ◦ green 5 ◦ blue 146

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

Shades of Persian Indigo #320592

Tints of Persian Indigo #320592

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.49%

 BLUE value IS 146 (57.42% from 255) = 72.64%

R = 24.88%
G = 2.49%
B = 72.64%

CMYK

 C value IS 0.66

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#320592 (or 0x320592) is known color: Persian Indigo. HEX triplet: 32, 05 and 92. RGB value is (50,5,146). Sum of RGB (Red+Green+Blue) = 50+5+146=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 146 (57.42% from 255 or 72.64% from 201); Max value from RGB is 146 - color contains mainly: blue. Hex color #320592 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320592 is #CDFA6D. Grayscale: #222222. Windows color (decimal): -13498990 or 9569586. OLE color: 9569586.

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

Color convert

RGB 50 5 146 -
CMYK 0.66 0.97 0 0.43
HSL 259.15º 0.93% 0.3% -
HSV(B) 259.15º 0.97% 0.57% -
XYZ 6.56 2.86 27.4 -
YUV 34.53 190.91 139.04 -
System Red Green Blue C M Y K H S L
Decimal 50 5 146 0.66 0.97 0 0.43 259.15 0.93 0.3
Hex 32 5 92 42 61 0 2B 103 5D 1E
Octal 62 5 222 102 141 0 53 403 135 36
Binary 110010 101 10010010 1000010 1100001 0 101011 100000011 1011101 11110

Color Harmonies of #320592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320592

Black with #320592

Text Example


Text Example

White with #320592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320592; }

 p { color: rgb(50,5,146); }

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

background-color css

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

 a { background-color: rgb(50,5,146); }

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

border-color css

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

 span { border-color: rgb(50,5,146); }

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