Html Css Color HEX #31217B Persian Indigo

📋 copy color: '#31217B'

red 49 ◦ green 33 ◦ blue 123

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

Shades of Persian Indigo #31217B

Tints of Persian Indigo #31217B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.1%

 BLUE value IS 123 (48.44% from 255) = 60%

R = 23.9%
G = 16.1%
B = 60%

CMYK

 C value IS 0.60

 M value IS 0.73

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#31217B (or 0x31217B) is known color: Persian Indigo. HEX triplet: 31, 21 and 7B. RGB value is (49,33,123). Sum of RGB (Red+Green+Blue) = 49+33+123=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 123 (48.44% from 255 or 60% from 205); Max value from RGB is 123 - color contains mainly: blue. Hex color #31217B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31217B is #CEDE84. Grayscale: #2F2F2F. Windows color (decimal): -13557381 or 8069425. OLE color: 8069425.

HSL color Cylindrical-coordinate representation of color #31217B: hue angle of 250.67º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31217B is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 49 33 123 -
CMYK 0.60 0.73 0 0.52
HSL 250.67º 0.58% 0.31% -
HSV(B) 250.67º 0.73% 0.48% -
XYZ 5.39 3.17 19.07 -
YUV 48.04 170.3 128.68 -
System Red Green Blue C M Y K H S L
Decimal 49 33 123 0.60 0.73 0 0.52 250.67 0.58 0.31
Hex 31 21 7B 3C 49 0 34 FB 3A 1F
Octal 61 41 173 74 111 0 64 373 72 37
Binary 110001 100001 1111011 111100 1001001 0 110100 11111011 111010 11111

Color Harmonies of #31217B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31217B

Black with #31217B

Text Example


Text Example

White with #31217B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31217B; }

 p { color: rgb(49,33,123); }

 H1.HeaderClassName
 {
   color: #31217B;
 }
 .AnyTagClassName
 {
   color: #31217B;
 }
</style>

background-color css

<style>
 a { background-color: #31217B; }

 a { background-color: rgb(49,33,123); }

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

border-color css

<style>
 span { border-color: #31217B; }

 span { border-color: rgb(49,33,123); }

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