Html Css Color HEX #320485 Persian Indigo

📋 copy color: '#320485'

red 50 ◦ green 4 ◦ blue 133

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

Shades of Persian Indigo #320485

Tints of Persian Indigo #320485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 71.12%

R = 26.74%
G = 2.14%
B = 71.12%

CMYK

 C value IS 0.62

 M value IS 0.97

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#320485 (or 0x320485) is known color: Persian Indigo. HEX triplet: 32, 04 and 85. RGB value is (50,4,133). Sum of RGB (Red+Green+Blue) = 50+4+133=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 133 (52.34% from 255 or 71.12% from 187); Max value from RGB is 133 - color contains mainly: blue. Hex color #320485 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320485 is #CDFB7A. Grayscale: #1F1F1F. Windows color (decimal): -13499259 or 8717362. OLE color: 8717362.

HSL color Cylindrical-coordinate representation of color #320485: hue angle of 261.4º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #320485 is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 4 133 -
CMYK 0.62 0.97 0 0.48
HSL 261.4º 0.94% 0.27% -
HSV(B) 261.4º 0.97% 0.52% -
XYZ 5.59 2.46 22.37 -
YUV 32.46 184.74 140.51 -
System Red Green Blue C M Y K H S L
Decimal 50 4 133 0.62 0.97 0 0.48 261.4 0.94 0.27
Hex 32 4 85 3E 61 0 30 105 5E 1B
Octal 62 4 205 76 141 0 60 405 136 33
Binary 110010 100 10000101 111110 1100001 0 110000 100000101 1011110 11011

Color Harmonies of #320485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320485

Black with #320485

Text Example


Text Example

White with #320485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320485; }

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

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

background-color css

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

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

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

border-color css

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

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

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