Html Css Color HEX #310485 Persian Indigo

📋 copy color: '#310485'

red 49 ◦ green 4 ◦ blue 133

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

Shades of Persian Indigo #310485

Tints of Persian Indigo #310485

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.15%

 BLUE value IS 133 (52.34% from 255) = 71.51%

R = 26.34%
G = 2.15%
B = 71.51%

CMYK

 C value IS 0.63

 M value IS 0.97

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#310485 (or 0x310485) is known color: Persian Indigo. HEX triplet: 31, 04 and 85. RGB value is (49,4,133). Sum of RGB (Red+Green+Blue) = 49+4+133=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 133 (52.34% from 255 or 71.51% from 186); Max value from RGB is 133 - color contains mainly: blue. Hex color #310485 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310485 is #CEFB7A. Grayscale: #1F1F1F. Windows color (decimal): -13564795 or 8717361. OLE color: 8717361.

HSL color Cylindrical-coordinate representation of color #310485: hue angle of 260.93º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #310485 is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 4 133 -
CMYK 0.63 0.97 0 0.48
HSL 260.93º 0.94% 0.27% -
HSV(B) 260.93º 0.97% 0.52% -
XYZ 5.54 2.43 22.37 -
YUV 32.16 184.91 140.01 -
System Red Green Blue C M Y K H S L
Decimal 49 4 133 0.63 0.97 0 0.48 260.93 0.94 0.27
Hex 31 4 85 3F 61 0 30 105 5E 1B
Octal 61 4 205 77 141 0 60 405 136 33
Binary 110001 100 10000101 111111 1100001 0 110000 100000101 1011110 11011

Color Harmonies of #310485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310485

Black with #310485

Text Example


Text Example

White with #310485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310485; }

 p { color: rgb(49,4,133); }

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

background-color css

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

 a { background-color: rgb(49,4,133); }

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

border-color css

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

 span { border-color: rgb(49,4,133); }

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