Html Css Color HEX #310382 Persian Indigo

📋 copy color: '#310382'

red 49 ◦ green 3 ◦ blue 130

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

Shades of Persian Indigo #310382

Tints of Persian Indigo #310382

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.65%

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

R = 26.92%
G = 1.65%
B = 71.43%

CMYK

 C value IS 0.62

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#310382 (or 0x310382) is known color: Persian Indigo. HEX triplet: 31, 03 and 82. RGB value is (49,3,130). Sum of RGB (Red+Green+Blue) = 49+3+130=182 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.92% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 130 (51.17% from 255 or 71.43% from 182); Max value from RGB is 130 - color contains mainly: blue. Hex color #310382 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310382 is #CEFC7D. Grayscale: #1E1E1E. Windows color (decimal): -13565054 or 8520497. OLE color: 8520497.

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

Color convert

RGB 49 3 130 -
CMYK 0.62 0.98 0 0.49
HSL 261.73º 0.95% 0.26% -
HSV(B) 261.73º 0.98% 0.51% -
XYZ 5.33 2.33 21.29 -
YUV 31.23 183.74 140.67 -
System Red Green Blue C M Y K H S L
Decimal 49 3 130 0.62 0.98 0 0.49 261.73 0.95 0.26
Hex 31 3 82 3E 62 0 31 106 5F 1A
Octal 61 3 202 76 142 0 61 406 137 32
Binary 110001 11 10000010 111110 1100010 0 110001 100000110 1011111 11010

Color Harmonies of #310382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310382

Black with #310382

Text Example


Text Example

White with #310382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310382; }

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

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

background-color css

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

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

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

border-color css

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

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

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