Html Css Color HEX #310584 Persian Indigo

📋 copy color: '#310584'

red 49 ◦ green 5 ◦ blue 132

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

Shades of Persian Indigo #310584

Tints of Persian Indigo #310584

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.69%

 BLUE value IS 132 (51.95% from 255) = 70.97%

R = 26.34%
G = 2.69%
B = 70.97%

CMYK

 C value IS 0.63

 M value IS 0.96

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#310584 (or 0x310584) is known color: Persian Indigo. HEX triplet: 31, 05 and 84. RGB value is (49,5,132). Sum of RGB (Red+Green+Blue) = 49+5+132=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 132 (51.95% from 255 or 70.97% from 186); Max value from RGB is 132 - color contains mainly: blue. Hex color #310584 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310584 is #CEFA7B. Grayscale: #202020. Windows color (decimal): -13564540 or 8652081. OLE color: 8652081.

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

Color convert

RGB 49 5 132 -
CMYK 0.63 0.96 0 0.48
HSL 260.79º 0.93% 0.27% -
HSV(B) 260.79º 0.96% 0.52% -
XYZ 5.49 2.43 22.01 -
YUV 32.63 184.08 139.67 -
System Red Green Blue C M Y K H S L
Decimal 49 5 132 0.63 0.96 0 0.48 260.79 0.93 0.27
Hex 31 5 84 3F 60 0 30 105 5D 1B
Octal 61 5 204 77 140 0 60 405 135 33
Binary 110001 101 10000100 111111 1100000 0 110000 100000101 1011101 11011

Color Harmonies of #310584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310584

Black with #310584

Text Example


Text Example

White with #310584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310584; }

 p { color: rgb(49,5,132); }

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

background-color css

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

 a { background-color: rgb(49,5,132); }

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

border-color css

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

 span { border-color: rgb(49,5,132); }

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