Html Css Color HEX #31187E Persian Indigo

📋 copy color: '#31187E'

red 49 ◦ green 24 ◦ blue 126

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

Shades of Persian Indigo #31187E

Tints of Persian Indigo #31187E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.06%

 BLUE value IS 126 (49.61% from 255) = 63.32%

R = 24.62%
G = 12.06%
B = 63.32%

CMYK

 C value IS 0.61

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#31187E (or 0x31187E) is known color: Persian Indigo. HEX triplet: 31, 18 and 7E. RGB value is (49,24,126). Sum of RGB (Red+Green+Blue) = 49+24+126=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 24 (9.77% from 255 or 12.06% from 199); Blue value is 126 (49.61% from 255 or 63.32% from 199); Max value from RGB is 126 - color contains mainly: blue. Hex color #31187E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31187E is #CEE781. Grayscale: #2A2A2A. Windows color (decimal): -13559682 or 8263729. OLE color: 8263729.

HSL color Cylindrical-coordinate representation of color #31187E: hue angle of 254.71º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31187E is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 24 126 -
CMYK 0.61 0.81 0 0.51
HSL 254.71º 0.68% 0.29% -
HSV(B) 254.71º 0.81% 0.49% -
XYZ 5.36 2.81 20 -
YUV 43.1 174.78 132.21 -
System Red Green Blue C M Y K H S L
Decimal 49 24 126 0.61 0.81 0 0.51 254.71 0.68 0.29
Hex 31 18 7E 3D 51 0 33 FF 44 1D
Octal 61 30 176 75 121 0 63 377 104 35
Binary 110001 11000 1111110 111101 1010001 0 110011 11111111 1000100 11101

Color Harmonies of #31187E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31187E

Black with #31187E

Text Example


Text Example

White with #31187E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,24,126); }

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

background-color css

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

 a { background-color: rgb(49,24,126); }

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

border-color css

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

 span { border-color: rgb(49,24,126); }

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