Html Css Color HEX #320892 Persian Indigo

📋 copy color: '#320892'

red 50 ◦ green 8 ◦ blue 146

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

Shades of Persian Indigo #320892

Tints of Persian Indigo #320892

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.92%

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

R = 24.51%
G = 3.92%
B = 71.57%

CMYK

 C value IS 0.66

 M value IS 0.95

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#320892 (or 0x320892) is known color: Persian Indigo. HEX triplet: 32, 08 and 92. RGB value is (50,8,146). Sum of RGB (Red+Green+Blue) = 50+8+146=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 146 (57.42% from 255 or 71.57% from 204); Max value from RGB is 146 - color contains mainly: blue. Hex color #320892 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320892 is #CDF76D. Grayscale: #232323. Windows color (decimal): -13498222 or 9570354. OLE color: 9570354.

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

Color convert

RGB 50 8 146 -
CMYK 0.66 0.95 0 0.43
HSL 258.26º 0.9% 0.3% -
HSV(B) 258.26º 0.95% 0.57% -
XYZ 6.59 2.93 27.41 -
YUV 36.29 189.91 137.78 -
System Red Green Blue C M Y K H S L
Decimal 50 8 146 0.66 0.95 0 0.43 258.26 0.9 0.3
Hex 32 8 92 42 5F 0 2B 102 5A 1E
Octal 62 10 222 102 137 0 53 402 132 36
Binary 110010 1000 10010010 1000010 1011111 0 101011 100000010 1011010 11110

Color Harmonies of #320892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320892

Black with #320892

Text Example


Text Example

White with #320892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320892; }

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

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

background-color css

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

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

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

border-color css

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

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

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