Html Css Color HEX #310081 Persian Indigo

📋 copy color: '#310081'

red 49 ◦ green 0 ◦ blue 129

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

Shades of Persian Indigo #310081

Tints of Persian Indigo #310081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 72.47%

R = 27.53%
G = 0%
B = 72.47%

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

#310081 (or 0x310081) is known color: Persian Indigo. HEX triplet: 31, 00 and 81. RGB value is (49,0,129). Sum of RGB (Red+Green+Blue) = 49+0+129=178 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.53% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 129 (50.78% from 255 or 72.47% from 178); Max value from RGB is 129 - color contains mainly: blue. Hex color #310081 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310081 is #CEFF7E. Grayscale: #1C1C1C. Windows color (decimal): -13565823 or 8454193. OLE color: 8454193.

HSL color Cylindrical-coordinate representation of color #310081: hue angle of 262.79º 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 #310081 is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 0 129 -
CMYK 0.62 1 0 0.49
HSL 262.79º 1% 0.25% -
HSV(B) 262.79º 1% 0.51% -
XYZ 5.23 2.24 20.93 -
YUV 29.36 184.23 142.01 -
System Red Green Blue C M Y K H S L
Decimal 49 0 129 0.62 1 0 0.49 262.79 1 0.25
Hex 31 0 81 3E 64 0 31 107 64 19
Octal 61 0 201 76 144 0 61 407 144 31
Binary 110001 0 10000001 111110 1100100 0 110001 100000111 1100100 11001

Color Harmonies of #310081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310081

Black with #310081

Text Example


Text Example

White with #310081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310081; }

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

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

background-color css

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

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

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

border-color css

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

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

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