Html Css Color HEX #310374 Persian Indigo

📋 copy color: '#310374'

red 49 ◦ green 3 ◦ blue 116

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

Shades of Persian Indigo #310374

Tints of Persian Indigo #310374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 69.05%

R = 29.17%
G = 1.79%
B = 69.05%

CMYK

 C value IS 0.58

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#310374 (or 0x310374) is known color: Persian Indigo. HEX triplet: 31, 03 and 74. RGB value is (49,3,116). Sum of RGB (Red+Green+Blue) = 49+3+116=168 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.17% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 116 (45.70% from 255 or 69.05% from 168); Max value from RGB is 116 - color contains mainly: blue. Hex color #310374 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310374 is #CEFC8B. Grayscale: #1D1D1D. Windows color (decimal): -13565068 or 7602993. OLE color: 7602993.

HSL color Cylindrical-coordinate representation of color #310374: hue angle of 264.42º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #310374 is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 3 116 -
CMYK 0.58 0.97 0 0.55
HSL 264.42º 0.95% 0.23% -
HSV(B) 264.42º 0.97% 0.45% -
XYZ 4.45 1.98 16.67 -
YUV 29.64 176.74 141.81 -
System Red Green Blue C M Y K H S L
Decimal 49 3 116 0.58 0.97 0 0.55 264.42 0.95 0.23
Hex 31 3 74 3A 61 0 37 108 5F 17
Octal 61 3 164 72 141 0 67 410 137 27
Binary 110001 11 1110100 111010 1100001 0 110111 100001000 1011111 10111

Color Harmonies of #310374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310374

Black with #310374

Text Example


Text Example

White with #310374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310374; }

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

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

background-color css

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

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

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

border-color css

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

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

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