Html Css Color HEX #31237F Persian Indigo

📋 copy color: '#31237F'

red 49 ◦ green 35 ◦ blue 127

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

Shades of Persian Indigo #31237F

Tints of Persian Indigo #31237F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.59%

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

R = 23.22%
G = 16.59%
B = 60.19%

CMYK

 C value IS 0.61

 M value IS 0.72

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#31237F (or 0x31237F) is known color: Persian Indigo. HEX triplet: 31, 23 and 7F. RGB value is (49,35,127). Sum of RGB (Red+Green+Blue) = 49+35+127=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 127 (50% from 255 or 60.19% from 211); Max value from RGB is 127 - color contains mainly: blue. Hex color #31237F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31237F is #CEDC80. Grayscale: #313131. Windows color (decimal): -13556865 or 8332081. OLE color: 8332081.

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

Color convert

RGB 49 35 127 -
CMYK 0.61 0.72 0 0.50
HSL 249.13º 0.57% 0.32% -
HSV(B) 249.13º 0.72% 0.5% -
XYZ 5.7 3.39 20.43 -
YUV 49.67 171.64 127.52 -
System Red Green Blue C M Y K H S L
Decimal 49 35 127 0.61 0.72 0 0.50 249.13 0.57 0.32
Hex 31 23 7F 3D 48 0 32 F9 39 20
Octal 61 43 177 75 110 0 62 371 71 40
Binary 110001 100011 1111111 111101 1001000 0 110010 11111001 111001 100000

Color Harmonies of #31237F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31237F

Black with #31237F

Text Example


Text Example

White with #31237F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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