Html Css Color HEX #31048F Persian Indigo

📋 copy color: '#31048F'

red 49 ◦ green 4 ◦ blue 143

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

Shades of Persian Indigo #31048F

Tints of Persian Indigo #31048F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 72.96%

R = 25%
G = 2.04%
B = 72.96%

CMYK

 C value IS 0.66

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#31048F (or 0x31048F) is known color: Persian Indigo. HEX triplet: 31, 04 and 8F. RGB value is (49,4,143). Sum of RGB (Red+Green+Blue) = 49+4+143=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 143 (56.25% from 255 or 72.96% from 196); Max value from RGB is 143 - color contains mainly: blue. Hex color #31048F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31048F is #CEFB70. Grayscale: #202020. Windows color (decimal): -13564785 or 9372721. OLE color: 9372721.

HSL color Cylindrical-coordinate representation of color #31048F: hue angle of 259.42º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #31048F is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 4 143 -
CMYK 0.66 0.97 0 0.44
HSL 259.42º 0.95% 0.29% -
HSV(B) 259.42º 0.97% 0.56% -
XYZ 6.27 2.72 26.18 -
YUV 33.3 189.91 139.2 -
System Red Green Blue C M Y K H S L
Decimal 49 4 143 0.66 0.97 0 0.44 259.42 0.95 0.29
Hex 31 4 8F 42 61 0 2C 103 5F 1D
Octal 61 4 217 102 141 0 54 403 137 35
Binary 110001 100 10001111 1000010 1100001 0 101100 100000011 1011111 11101

Color Harmonies of #31048F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31048F

Black with #31048F

Text Example


Text Example

White with #31048F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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