Html Css Color HEX #31136E Persian Indigo

📋 copy color: '#31136E'

red 49 ◦ green 19 ◦ blue 110

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

Shades of Persian Indigo #31136E

Tints of Persian Indigo #31136E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.67%

 BLUE value IS 110 (43.36% from 255) = 61.8%

R = 27.53%
G = 10.67%
B = 61.8%

CMYK

 C value IS 0.55

 M value IS 0.83

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#31136E (or 0x31136E) is known color: Persian Indigo. HEX triplet: 31, 13 and 6E. RGB value is (49,19,110). Sum of RGB (Red+Green+Blue) = 49+19+110=178 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.53% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 110 (43.36% from 255 or 61.80% from 178); Max value from RGB is 110 - color contains mainly: blue. Hex color #31136E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31136E is #CEEC91. Grayscale: #262626. Windows color (decimal): -13560978 or 7213873. OLE color: 7213873.

HSL color Cylindrical-coordinate representation of color #31136E: hue angle of 259.78º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #31136E is Cyan = 0.55, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 49 19 110 -
CMYK 0.55 0.83 0 0.57
HSL 259.78º 0.71% 0.25% -
HSV(B) 259.78º 0.83% 0.43% -
XYZ 4.31 2.24 14.96 -
YUV 38.34 168.44 135.6 -
System Red Green Blue C M Y K H S L
Decimal 49 19 110 0.55 0.83 0 0.57 259.78 0.71 0.25
Hex 31 13 6E 37 53 0 39 104 47 19
Octal 61 23 156 67 123 0 71 404 107 31
Binary 110001 10011 1101110 110111 1010011 0 111001 100000100 1000111 11001

Color Harmonies of #31136E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31136E

Black with #31136E

Text Example


Text Example

White with #31136E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,19,110); }

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

background-color css

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

 a { background-color: rgb(49,19,110); }

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

border-color css

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

 span { border-color: rgb(49,19,110); }

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