Html Css Color HEX #310162 Persian Indigo

📋 copy color: '#310162'

red 49 ◦ green 1 ◦ blue 98

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

Shades of Persian Indigo #310162

Tints of Persian Indigo #310162

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.68%

 BLUE value IS 98 (38.67% from 255) = 66.22%

R = 33.11%
G = 0.68%
B = 66.22%

CMYK

 C value IS 0.5

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#310162 (or 0x310162) is known color: Persian Indigo. HEX triplet: 31, 01 and 62. RGB value is (49,1,98). Sum of RGB (Red+Green+Blue) = 49+1+98=148 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.11% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 98 (38.67% from 255 or 66.22% from 148); Max value from RGB is 98 - color contains mainly: blue. Hex color #310162 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310162 is #CEFE9D. Grayscale: #1A1A1A. Windows color (decimal): -13565598 or 6422833. OLE color: 6422833.

HSL color Cylindrical-coordinate representation of color #310162: hue angle of 269.69º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #310162 is Cyan = 0.5, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 1 98 -
CMYK 0.5 0.99 0 0.62
HSL 269.69º 0.98% 0.19% -
HSV(B) 269.69º 0.99% 0.38% -
XYZ 3.48 1.56 11.67 -
YUV 26.41 168.4 144.11 -
System Red Green Blue C M Y K H S L
Decimal 49 1 98 0.5 0.99 0 0.62 269.69 0.98 0.19
Hex 31 1 62 32 63 0 3E 10E 62 13
Octal 61 1 142 62 143 0 76 416 142 23
Binary 110001 1 1100010 110010 1100011 0 111110 100001110 1100010 10011

Color Harmonies of #310162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310162

Black with #310162

Text Example


Text Example

White with #310162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310162; }

 p { color: rgb(49,1,98); }

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

background-color css

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

 a { background-color: rgb(49,1,98); }

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

border-color css

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

 span { border-color: rgb(49,1,98); }

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