Html Css Color HEX #310088 Persian Indigo

📋 copy color: '#310088'

red 49 ◦ green 0 ◦ blue 136

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

Shades of Persian Indigo #310088

Tints of Persian Indigo #310088

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 26.49%
G = 0%
B = 73.51%

CMYK

 C value IS 0.64

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#310088 (or 0x310088) is known color: Persian Indigo. HEX triplet: 31, 00 and 88. RGB value is (49,0,136). Sum of RGB (Red+Green+Blue) = 49+0+136=185 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.49% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 136 (53.52% from 255 or 73.51% from 185); Max value from RGB is 136 - color contains mainly: blue. Hex color #310088 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310088 is #CEFF77. Grayscale: #1D1D1D. Windows color (decimal): -13565816 or 8912945. OLE color: 8912945.

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

Color convert

RGB 49 0 136 -
CMYK 0.64 1 0 0.47
HSL 261.62º 1% 0.27% -
HSV(B) 261.62º 1% 0.53% -
XYZ 5.71 2.43 23.46 -
YUV 30.16 187.73 141.44 -
System Red Green Blue C M Y K H S L
Decimal 49 0 136 0.64 1 0 0.47 261.62 1 0.27
Hex 31 0 88 40 64 0 2F 106 64 1B
Octal 61 0 210 100 144 0 57 406 144 33
Binary 110001 0 10001000 1000000 1100100 0 101111 100000110 1100100 11011

Color Harmonies of #310088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310088

Black with #310088

Text Example


Text Example

White with #310088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310088; }

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

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

background-color css

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

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

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

border-color css

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

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

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