Html Css Color HEX #31018E Persian Indigo

📋 copy color: '#31018E'

red 49 ◦ green 1 ◦ blue 142

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

Shades of Persian Indigo #31018E

Tints of Persian Indigo #31018E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

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

R = 25.52%
G = 0.52%
B = 73.96%

CMYK

 C value IS 0.65

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#31018E (or 0x31018E) is known color: Persian Indigo. HEX triplet: 31, 01 and 8E. RGB value is (49,1,142). Sum of RGB (Red+Green+Blue) = 49+1+142=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 142 (55.86% from 255 or 73.96% from 192); Max value from RGB is 142 - color contains mainly: blue. Hex color #31018E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31018E is #CEFE71. Grayscale: #1E1E1E. Windows color (decimal): -13565554 or 9306417. OLE color: 9306417.

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

Color convert

RGB 49 1 142 -
CMYK 0.65 0.99 0 0.44
HSL 260.43º 0.99% 0.28% -
HSV(B) 260.43º 0.99% 0.56% -
XYZ 6.16 2.63 25.77 -
YUV 31.43 190.4 140.54 -
System Red Green Blue C M Y K H S L
Decimal 49 1 142 0.65 0.99 0 0.44 260.43 0.99 0.28
Hex 31 1 8E 41 63 0 2C 104 63 1C
Octal 61 1 216 101 143 0 54 404 143 34
Binary 110001 1 10001110 1000001 1100011 0 101100 100000100 1100011 11100

Color Harmonies of #31018E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31018E

Black with #31018E

Text Example


Text Example

White with #31018E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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