Html Css Color HEX #31258D Persian Indigo

📋 copy color: '#31258D'

red 49 ◦ green 37 ◦ blue 141

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

Shades of Persian Indigo #31258D

Tints of Persian Indigo #31258D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.3%

 BLUE value IS 141 (55.47% from 255) = 62.11%

R = 21.59%
G = 16.3%
B = 62.11%

CMYK

 C value IS 0.65

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#31258D (or 0x31258D) is known color: Persian Indigo. HEX triplet: 31, 25 and 8D. RGB value is (49,37,141). Sum of RGB (Red+Green+Blue) = 49+37+141=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 141 (55.47% from 255 or 62.11% from 227); Max value from RGB is 141 - color contains mainly: blue. Hex color #31258D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31258D is #CEDA72. Grayscale: #343434. Windows color (decimal): -13556339 or 9250097. OLE color: 9250097.

HSL color Cylindrical-coordinate representation of color #31258D: hue angle of 246.92º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31258D is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 37 141 -
CMYK 0.65 0.74 0 0.45
HSL 246.92º 0.58% 0.35% -
HSV(B) 246.92º 0.74% 0.55% -
XYZ 6.74 3.9 25.6 -
YUV 52.44 177.98 125.54 -
System Red Green Blue C M Y K H S L
Decimal 49 37 141 0.65 0.74 0 0.45 246.92 0.58 0.35
Hex 31 25 8D 41 4A 0 2D F7 3A 23
Octal 61 45 215 101 112 0 55 367 72 43
Binary 110001 100101 10001101 1000001 1001010 0 101101 11110111 111010 100011

Color Harmonies of #31258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31258D

Black with #31258D

Text Example


Text Example

White with #31258D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31258D; }

 p { color: rgb(49,37,141); }

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

background-color css

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

 a { background-color: rgb(49,37,141); }

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

border-color css

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

 span { border-color: rgb(49,37,141); }

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