Html Css Color HEX #310992 Persian Indigo

📋 copy color: '#310992'

red 49 ◦ green 9 ◦ blue 146

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

Shades of Persian Indigo #310992

Tints of Persian Indigo #310992

RGB

 RED value IS 49 (19.53% from 255) = 24.02%

 GREEN value IS 9 (3.91% from 255) = 4.41%

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

R = 24.02%
G = 4.41%
B = 71.57%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#310992 (or 0x310992) is known color: Persian Indigo. HEX triplet: 31, 09 and 92. RGB value is (49,9,146). Sum of RGB (Red+Green+Blue) = 49+9+146=204 (27% of max value = 765). Red value is 49 (19.53% from 255 or 24.02% from 204); Green value is 9 (3.91% from 255 or 4.41% 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 #310992 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310992 is #CEF66D. Grayscale: #242424. Windows color (decimal): -13563502 or 9570609. OLE color: 9570609.

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

Color convert

RGB 49 9 146 -
CMYK 0.66 0.94 0 0.43
HSL 257.52º 0.88% 0.3% -
HSV(B) 257.52º 0.94% 0.57% -
XYZ 6.55 2.92 27.41 -
YUV 36.58 189.75 136.86 -
System Red Green Blue C M Y K H S L
Decimal 49 9 146 0.66 0.94 0 0.43 257.52 0.88 0.3
Hex 31 9 92 42 5E 0 2B 102 58 1E
Octal 61 11 222 102 136 0 53 402 130 36
Binary 110001 1001 10010010 1000010 1011110 0 101011 100000010 1011000 11110

Color Harmonies of #310992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310992

Black with #310992

Text Example


Text Example

White with #310992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310992; }

 p { color: rgb(49,9,146); }

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

background-color css

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

 a { background-color: rgb(49,9,146); }

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

border-color css

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

 span { border-color: rgb(49,9,146); }

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