Html Css Color HEX #310F88 Persian Indigo

📋 copy color: '#310F88'

red 49 ◦ green 15 ◦ blue 136

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

Shades of Persian Indigo #310F88

Tints of Persian Indigo #310F88

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.5%

 BLUE value IS 136 (53.52% from 255) = 68%

R = 24.5%
G = 7.5%
B = 68%

CMYK

 C value IS 0.64

 M value IS 0.89

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#310F88 (or 0x310F88) is known color: Persian Indigo. HEX triplet: 31, 0F and 88. RGB value is (49,15,136). Sum of RGB (Red+Green+Blue) = 49+15+136=200 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.5% from 200); Green value is 15 (6.25% from 255 or 7.5% from 200); Blue value is 136 (53.52% from 255 or 68% from 200); Max value from RGB is 136 - color contains mainly: blue. Hex color #310F88 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310F88 is #CEF077. Grayscale: #262626. Windows color (decimal): -13561976 or 8916785. OLE color: 8916785.

HSL color Cylindrical-coordinate representation of color #310F88: hue angle of 256.86º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #310F88 is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 15 136 -
CMYK 0.64 0.89 0 0.47
HSL 256.86º 0.8% 0.3% -
HSV(B) 256.86º 0.89% 0.53% -
XYZ 5.88 2.77 23.52 -
YUV 38.96 182.76 135.16 -
System Red Green Blue C M Y K H S L
Decimal 49 15 136 0.64 0.89 0 0.47 256.86 0.8 0.3
Hex 31 F 88 40 59 0 2F 101 50 1E
Octal 61 17 210 100 131 0 57 401 120 36
Binary 110001 1111 10001000 1000000 1011001 0 101111 100000001 1010000 11110

Color Harmonies of #310F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310F88

Black with #310F88

Text Example


Text Example

White with #310F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310F88; }

 p { color: rgb(49,15,136); }

 H1.HeaderClassName
 {
   color: #310F88;
 }
 .AnyTagClassName
 {
   color: #310F88;
 }
</style>

background-color css

<style>
 a { background-color: #310F88; }

 a { background-color: rgb(49,15,136); }

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

border-color css

<style>
 span { border-color: #310F88; }

 span { border-color: rgb(49,15,136); }

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