Html Css Color HEX #31048C Persian Indigo

📋 copy color: '#31048C'

red 49 ◦ green 4 ◦ blue 140

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

Shades of Persian Indigo #31048C

Tints of Persian Indigo #31048C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.07%

 BLUE value IS 140 (55.08% from 255) = 72.54%

R = 25.39%
G = 2.07%
B = 72.54%

CMYK

 C value IS 0.65

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#31048C (or 0x31048C) is known color: Persian Indigo. HEX triplet: 31, 04 and 8C. RGB value is (49,4,140). Sum of RGB (Red+Green+Blue) = 49+4+140=193 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.39% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 140 (55.08% from 255 or 72.54% from 193); Max value from RGB is 140 - color contains mainly: blue. Hex color #31048C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31048C is #CEFB73. Grayscale: #202020. Windows color (decimal): -13564788 or 9176113. OLE color: 9176113.

HSL color Cylindrical-coordinate representation of color #31048C: hue angle of 259.85º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #31048C is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 4 140 -
CMYK 0.65 0.97 0 0.45
HSL 259.85º 0.94% 0.28% -
HSV(B) 259.85º 0.97% 0.55% -
XYZ 6.04 2.63 25 -
YUV 32.96 188.41 139.44 -
System Red Green Blue C M Y K H S L
Decimal 49 4 140 0.65 0.97 0 0.45 259.85 0.94 0.28
Hex 31 4 8C 41 61 0 2D 104 5E 1C
Octal 61 4 214 101 141 0 55 404 136 34
Binary 110001 100 10001100 1000001 1100001 0 101101 100000100 1011110 11100

Color Harmonies of #31048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31048C

Black with #31048C

Text Example


Text Example

White with #31048C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31048C; }

 p { color: rgb(49,4,140); }

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

background-color css

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

 a { background-color: rgb(49,4,140); }

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

border-color css

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

 span { border-color: rgb(49,4,140); }

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