Html Css Color HEX #31107B Persian Indigo

📋 copy color: '#31107B'

red 49 ◦ green 16 ◦ blue 123

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

Shades of Persian Indigo #31107B

Tints of Persian Indigo #31107B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.51%

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

R = 26.06%
G = 8.51%
B = 65.43%

CMYK

 C value IS 0.60

 M value IS 0.87

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#31107B (or 0x31107B) is known color: Persian Indigo. HEX triplet: 31, 10 and 7B. RGB value is (49,16,123). Sum of RGB (Red+Green+Blue) = 49+16+123=188 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.06% from 188); Green value is 16 (6.64% from 255 or 8.51% from 188); Blue value is 123 (48.44% from 255 or 65.43% from 188); Max value from RGB is 123 - color contains mainly: blue. Hex color #31107B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31107B is #CEEF84. Grayscale: #252525. Windows color (decimal): -13561733 or 8065073. OLE color: 8065073.

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

Color convert

RGB 49 16 123 -
CMYK 0.60 0.87 0 0.52
HSL 258.5º 0.77% 0.27% -
HSV(B) 258.5º 0.87% 0.48% -
XYZ 5.03 2.45 18.95 -
YUV 38.07 175.93 135.8 -
System Red Green Blue C M Y K H S L
Decimal 49 16 123 0.60 0.87 0 0.52 258.5 0.77 0.27
Hex 31 10 7B 3C 57 0 34 103 4D 1B
Octal 61 20 173 74 127 0 64 403 115 33
Binary 110001 10000 1111011 111100 1010111 0 110100 100000011 1001101 11011

Color Harmonies of #31107B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31107B

Black with #31107B

Text Example


Text Example

White with #31107B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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