Html Css Color HEX #310582 Persian Indigo

📋 copy color: '#310582'

red 49 ◦ green 5 ◦ blue 130

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

Shades of Persian Indigo #310582

Tints of Persian Indigo #310582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 70.65%

R = 26.63%
G = 2.72%
B = 70.65%

CMYK

 C value IS 0.62

 M value IS 0.96

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#310582 (or 0x310582) is known color: Persian Indigo. HEX triplet: 31, 05 and 82. RGB value is (49,5,130). Sum of RGB (Red+Green+Blue) = 49+5+130=184 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.63% from 184); Green value is 5 (2.34% from 255 or 2.72% from 184); Blue value is 130 (51.17% from 255 or 70.65% from 184); Max value from RGB is 130 - color contains mainly: blue. Hex color #310582 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310582 is #CEFA7D. Grayscale: #1F1F1F. Windows color (decimal): -13564542 or 8521009. OLE color: 8521009.

HSL color Cylindrical-coordinate representation of color #310582: hue angle of 261.12º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #310582 is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 5 130 -
CMYK 0.62 0.96 0 0.49
HSL 261.12º 0.93% 0.26% -
HSV(B) 261.12º 0.96% 0.51% -
XYZ 5.35 2.37 21.3 -
YUV 32.41 183.08 139.84 -
System Red Green Blue C M Y K H S L
Decimal 49 5 130 0.62 0.96 0 0.49 261.12 0.93 0.26
Hex 31 5 82 3E 60 0 31 105 5D 1A
Octal 61 5 202 76 140 0 61 405 135 32
Binary 110001 101 10000010 111110 1100000 0 110001 100000101 1011101 11010

Color Harmonies of #310582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310582

Black with #310582

Text Example


Text Example

White with #310582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310582; }

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

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

background-color css

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

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

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

border-color css

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

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

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