Html Css Color HEX #31227F Persian Indigo

📋 copy color: '#31227F'

red 49 ◦ green 34 ◦ blue 127

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

Shades of Persian Indigo #31227F

Tints of Persian Indigo #31227F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.19%

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

R = 23.33%
G = 16.19%
B = 60.48%

CMYK

 C value IS 0.61

 M value IS 0.73

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#31227F (or 0x31227F) is known color: Persian Indigo. HEX triplet: 31, 22 and 7F. RGB value is (49,34,127). Sum of RGB (Red+Green+Blue) = 49+34+127=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 127 (50% from 255 or 60.48% from 210); Max value from RGB is 127 - color contains mainly: blue. Hex color #31227F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31227F is #CEDD80. Grayscale: #303030. Windows color (decimal): -13557121 or 8331825. OLE color: 8331825.

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

Color convert

RGB 49 34 127 -
CMYK 0.61 0.73 0 0.50
HSL 249.68º 0.58% 0.32% -
HSV(B) 249.68º 0.73% 0.5% -
XYZ 5.67 3.33 20.42 -
YUV 49.09 171.97 127.94 -
System Red Green Blue C M Y K H S L
Decimal 49 34 127 0.61 0.73 0 0.50 249.68 0.58 0.32
Hex 31 22 7F 3D 49 0 32 FA 3A 20
Octal 61 42 177 75 111 0 62 372 72 40
Binary 110001 100010 1111111 111101 1001001 0 110010 11111010 111010 100000

Color Harmonies of #31227F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31227F

Black with #31227F

Text Example


Text Example

White with #31227F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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