Html Css Color HEX #31027F Persian Indigo

📋 copy color: '#31027F'

red 49 ◦ green 2 ◦ blue 127

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

Shades of Persian Indigo #31027F

Tints of Persian Indigo #31027F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 71.35%

R = 27.53%
G = 1.12%
B = 71.35%

CMYK

 C value IS 0.61

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#31027F (or 0x31027F) is known color: Persian Indigo. HEX triplet: 31, 02 and 7F. RGB value is (49,2,127). Sum of RGB (Red+Green+Blue) = 49+2+127=178 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.53% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 127 (50% from 255 or 71.35% from 178); Max value from RGB is 127 - color contains mainly: blue. Hex color #31027F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31027F is #CEFD80. Grayscale: #1D1D1D. Windows color (decimal): -13565313 or 8323633. OLE color: 8323633.

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

Color convert

RGB 49 2 127 -
CMYK 0.61 0.98 0 0.50
HSL 262.56º 0.97% 0.25% -
HSV(B) 262.56º 0.98% 0.5% -
XYZ 5.12 2.23 20.24 -
YUV 30.3 182.57 141.34 -
System Red Green Blue C M Y K H S L
Decimal 49 2 127 0.61 0.98 0 0.50 262.56 0.97 0.25
Hex 31 2 7F 3D 62 0 32 107 61 19
Octal 61 2 177 75 142 0 62 407 141 31
Binary 110001 10 1111111 111101 1100010 0 110010 100000111 1100001 11001

Color Harmonies of #31027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31027F

Black with #31027F

Text Example


Text Example

White with #31027F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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