Html Css Color HEX #310082 Persian Indigo

📋 copy color: '#310082'

red 49 ◦ green 0 ◦ blue 130

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

Shades of Persian Indigo #310082

Tints of Persian Indigo #310082

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 27.37%
G = 0%
B = 72.63%

CMYK

 C value IS 0.62

 M value IS 1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#310082 (or 0x310082) is known color: Persian Indigo. HEX triplet: 31, 00 and 82. RGB value is (49,0,130). Sum of RGB (Red+Green+Blue) = 49+0+130=179 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.37% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 130 (51.17% from 255 or 72.63% from 179); Max value from RGB is 130 - color contains mainly: blue. Hex color #310082 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310082 is #CEFF7D. Grayscale: #1D1D1D. Windows color (decimal): -13565822 or 8519729. OLE color: 8519729.

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

Color convert

RGB 49 0 130 -
CMYK 0.62 1 0 0.49
HSL 262.62º 1% 0.25% -
HSV(B) 262.62º 1% 0.51% -
XYZ 5.3 2.26 21.28 -
YUV 29.47 184.73 141.93 -
System Red Green Blue C M Y K H S L
Decimal 49 0 130 0.62 1 0 0.49 262.62 1 0.25
Hex 31 0 82 3E 64 0 31 107 64 19
Octal 61 0 202 76 144 0 61 407 144 31
Binary 110001 0 10000010 111110 1100100 0 110001 100000111 1100100 11001

Color Harmonies of #310082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310082

Black with #310082

Text Example


Text Example

White with #310082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310082; }

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

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

background-color css

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

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

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

border-color css

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

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

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