Html Css Color HEX #310795 Persian Indigo

📋 copy color: '#310795'

red 49 ◦ green 7 ◦ blue 149

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

Shades of Persian Indigo #310795

Tints of Persian Indigo #310795

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.41%

 BLUE value IS 149 (58.59% from 255) = 72.68%

R = 23.9%
G = 3.41%
B = 72.68%

CMYK

 C value IS 0.67

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#310795 (or 0x310795) is known color: Persian Indigo. HEX triplet: 31, 07 and 95. RGB value is (49,7,149). Sum of RGB (Red+Green+Blue) = 49+7+149=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 149 (58.59% from 255 or 72.68% from 205); Max value from RGB is 149 - color contains mainly: blue. Hex color #310795 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310795 is #CEF86A. Grayscale: #232323. Windows color (decimal): -13564011 or 9766705. OLE color: 9766705.

HSL color Cylindrical-coordinate representation of color #310795: hue angle of 257.75º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #310795 is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 7 149 -
CMYK 0.67 0.95 0 0.42
HSL 257.75º 0.91% 0.31% -
HSV(B) 257.75º 0.95% 0.58% -
XYZ 6.77 2.97 28.65 -
YUV 35.75 191.91 137.45 -
System Red Green Blue C M Y K H S L
Decimal 49 7 149 0.67 0.95 0 0.42 257.75 0.91 0.31
Hex 31 7 95 43 5F 0 2A 102 5B 1F
Octal 61 7 225 103 137 0 52 402 133 37
Binary 110001 111 10010101 1000011 1011111 0 101010 100000010 1011011 11111

Color Harmonies of #310795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310795

Black with #310795

Text Example


Text Example

White with #310795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310795; }

 p { color: rgb(49,7,149); }

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

background-color css

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

 a { background-color: rgb(49,7,149); }

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

border-color css

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

 span { border-color: rgb(49,7,149); }

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