Html Css Color HEX #310287 Persian Indigo

📋 copy color: '#310287'

red 49 ◦ green 2 ◦ blue 135

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

Shades of Persian Indigo #310287

Tints of Persian Indigo #310287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 72.58%

R = 26.34%
G = 1.08%
B = 72.58%

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

#310287 (or 0x310287) is known color: Persian Indigo. HEX triplet: 31, 02 and 87. RGB value is (49,2,135). Sum of RGB (Red+Green+Blue) = 49+2+135=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 135 (53.12% from 255 or 72.58% from 186); Max value from RGB is 135 - color contains mainly: blue. Hex color #310287 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310287 is #CEFD78. Grayscale: #1E1E1E. Windows color (decimal): -13565305 or 8847921. OLE color: 8847921.

HSL color Cylindrical-coordinate representation of color #310287: hue angle of 261.2º 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 #310287 is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 2 135 -
CMYK 0.64 0.99 0 0.47
HSL 261.2º 0.97% 0.27% -
HSV(B) 261.2º 0.99% 0.53% -
XYZ 5.66 2.45 23.1 -
YUV 31.22 186.57 140.69 -
System Red Green Blue C M Y K H S L
Decimal 49 2 135 0.64 0.99 0 0.47 261.2 0.97 0.27
Hex 31 2 87 40 63 0 2F 105 61 1B
Octal 61 2 207 100 143 0 57 405 141 33
Binary 110001 10 10000111 1000000 1100011 0 101111 100000101 1100001 11011

Color Harmonies of #310287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310287

Black with #310287

Text Example


Text Example

White with #310287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310287; }

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

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

background-color css

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

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

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

border-color css

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

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

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