Html Css Color HEX #310288 Persian Indigo

📋 copy color: '#310288'

red 49 ◦ green 2 ◦ blue 136

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

Shades of Persian Indigo #310288

Tints of Persian Indigo #310288

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.07%

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

R = 26.2%
G = 1.07%
B = 72.73%

CMYK

 C value IS 0.64

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#310288 (or 0x310288) is known color: Persian Indigo. HEX triplet: 31, 02 and 88. RGB value is (49,2,136). Sum of RGB (Red+Green+Blue) = 49+2+136=187 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.20% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 136 (53.52% from 255 or 72.73% from 187); Max value from RGB is 136 - color contains mainly: blue. Hex color #310288 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310288 is #CEFD77. Grayscale: #1E1E1E. Windows color (decimal): -13565304 or 8913457. OLE color: 8913457.

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

Color convert

RGB 49 2 136 -
CMYK 0.64 0.99 0 0.47
HSL 261.04º 0.97% 0.27% -
HSV(B) 261.04º 0.99% 0.53% -
XYZ 5.73 2.47 23.47 -
YUV 31.33 187.07 140.6 -
System Red Green Blue C M Y K H S L
Decimal 49 2 136 0.64 0.99 0 0.47 261.04 0.97 0.27
Hex 31 2 88 40 63 0 2F 105 61 1B
Octal 61 2 210 100 143 0 57 405 141 33
Binary 110001 10 10001000 1000000 1100011 0 101111 100000101 1100001 11011

Color Harmonies of #310288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310288

Black with #310288

Text Example


Text Example

White with #310288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310288; }

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

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

background-color css

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

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

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

border-color css

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

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

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