Html Css Color HEX #31038E Persian Indigo

📋 copy color: '#31038E'

red 49 ◦ green 3 ◦ blue 142

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

Shades of Persian Indigo #31038E

Tints of Persian Indigo #31038E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.55%

 BLUE value IS 142 (55.86% from 255) = 73.2%

R = 25.26%
G = 1.55%
B = 73.2%

CMYK

 C value IS 0.65

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#31038E (or 0x31038E) is known color: Persian Indigo. HEX triplet: 31, 03 and 8E. RGB value is (49,3,142). Sum of RGB (Red+Green+Blue) = 49+3+142=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 3 (1.56% from 255 or 1.55% from 194); Blue value is 142 (55.86% from 255 or 73.20% from 194); Max value from RGB is 142 - color contains mainly: blue. Hex color #31038E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31038E is #CEFC71. Grayscale: #202020. Windows color (decimal): -13565042 or 9306929. OLE color: 9306929.

HSL color Cylindrical-coordinate representation of color #31038E: hue angle of 259.86º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #31038E is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 3 142 -
CMYK 0.65 0.98 0 0.44
HSL 259.86º 0.96% 0.28% -
HSV(B) 259.86º 0.98% 0.56% -
XYZ 6.18 2.67 25.78 -
YUV 32.6 189.74 139.7 -
System Red Green Blue C M Y K H S L
Decimal 49 3 142 0.65 0.98 0 0.44 259.86 0.96 0.28
Hex 31 3 8E 41 62 0 2C 104 60 1C
Octal 61 3 216 101 142 0 54 404 140 34
Binary 110001 11 10001110 1000001 1100010 0 101100 100000100 1100000 11100

Color Harmonies of #31038E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31038E

Black with #31038E

Text Example


Text Example

White with #31038E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31038E; }

 p { color: rgb(49,3,142); }

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

background-color css

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

 a { background-color: rgb(49,3,142); }

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

border-color css

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

 span { border-color: rgb(49,3,142); }

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