Html Css Color HEX #321F92 Persian Indigo

📋 copy color: '#321F92'

red 50 ◦ green 31 ◦ blue 146

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

Shades of Persian Indigo #321F92

Tints of Persian Indigo #321F92

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.66%

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

R = 22.03%
G = 13.66%
B = 64.32%

CMYK

 C value IS 0.66

 M value IS 0.79

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#321F92 (or 0x321F92) is known color: Persian Indigo. HEX triplet: 32, 1F and 92. RGB value is (50,31,146). Sum of RGB (Red+Green+Blue) = 50+31+146=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 31 (12.5% from 255 or 13.66% from 227); Blue value is 146 (57.42% from 255 or 64.32% from 227); Max value from RGB is 146 - color contains mainly: blue. Hex color #321F92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321F92 is #CDE06D. Grayscale: #313131. Windows color (decimal): -13492334 or 9576242. OLE color: 9576242.

HSL color Cylindrical-coordinate representation of color #321F92: hue angle of 249.91º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #321F92 is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 31 146 -
CMYK 0.66 0.79 0 0.43
HSL 249.91º 0.65% 0.35% -
HSV(B) 249.91º 0.79% 0.57% -
XYZ 6.99 3.73 27.55 -
YUV 49.79 182.29 128.15 -
System Red Green Blue C M Y K H S L
Decimal 50 31 146 0.66 0.79 0 0.43 249.91 0.65 0.35
Hex 32 1F 92 42 4F 0 2B FA 41 23
Octal 62 37 222 102 117 0 53 372 101 43
Binary 110010 11111 10010010 1000010 1001111 0 101011 11111010 1000001 100011

Color Harmonies of #321F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321F92

Black with #321F92

Text Example


Text Example

White with #321F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321F92; }

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

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

background-color css

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

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

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

border-color css

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

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

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