Html Css Color HEX #320E92 Persian Indigo

📋 copy color: '#320E92'

red 50 ◦ green 14 ◦ blue 146

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

Shades of Persian Indigo #320E92

Tints of Persian Indigo #320E92

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.67%

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

R = 23.81%
G = 6.67%
B = 69.52%

CMYK

 C value IS 0.66

 M value IS 0.90

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#320E92 (or 0x320E92) is known color: Persian Indigo. HEX triplet: 32, 0E and 92. RGB value is (50,14,146). Sum of RGB (Red+Green+Blue) = 50+14+146=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 14 (5.86% from 255 or 6.67% from 210); Blue value is 146 (57.42% from 255 or 69.52% from 210); Max value from RGB is 146 - color contains mainly: blue. Hex color #320E92 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320E92 is #CDF16D. Grayscale: #272727. Windows color (decimal): -13496686 or 9571890. OLE color: 9571890.

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

Color convert

RGB 50 14 146 -
CMYK 0.66 0.90 0 0.43
HSL 256.36º 0.83% 0.31% -
HSV(B) 256.36º 0.9% 0.57% -
XYZ 6.66 3.07 27.44 -
YUV 39.81 187.93 135.27 -
System Red Green Blue C M Y K H S L
Decimal 50 14 146 0.66 0.90 0 0.43 256.36 0.83 0.31
Hex 32 E 92 42 5A 0 2B 100 52 1F
Octal 62 16 222 102 132 0 53 400 122 37
Binary 110010 1110 10010010 1000010 1011010 0 101011 100000000 1010010 11111

Color Harmonies of #320E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320E92

Black with #320E92

Text Example


Text Example

White with #320E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320E92; }

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

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

background-color css

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

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

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

border-color css

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

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

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