Html Css Color HEX #31027E Persian Indigo

📋 copy color: '#31027E'

red 49 ◦ green 2 ◦ blue 126

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

Shades of Persian Indigo #31027E

Tints of Persian Indigo #31027E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.13%

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

R = 27.68%
G = 1.13%
B = 71.19%

CMYK

 C value IS 0.61

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#31027E (or 0x31027E) is known color: Persian Indigo. HEX triplet: 31, 02 and 7E. RGB value is (49,2,126). Sum of RGB (Red+Green+Blue) = 49+2+126=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 126 (49.61% from 255 or 71.19% from 177); Max value from RGB is 126 - color contains mainly: blue. Hex color #31027E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31027E is #CEFD81. Grayscale: #1D1D1D. Windows color (decimal): -13565314 or 8258097. OLE color: 8258097.

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

Color convert

RGB 49 2 126 -
CMYK 0.61 0.98 0 0.51
HSL 262.74º 0.97% 0.25% -
HSV(B) 262.74º 0.98% 0.49% -
XYZ 5.05 2.2 19.9 -
YUV 30.19 182.07 141.42 -
System Red Green Blue C M Y K H S L
Decimal 49 2 126 0.61 0.98 0 0.51 262.74 0.97 0.25
Hex 31 2 7E 3D 62 0 33 107 61 19
Octal 61 2 176 75 142 0 63 407 141 31
Binary 110001 10 1111110 111101 1100010 0 110011 100000111 1100001 11001

Color Harmonies of #31027E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31027E

Black with #31027E

Text Example


Text Example

White with #31027E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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