Html Css Color HEX #310095 Persian Indigo

📋 copy color: '#310095'

red 49 ◦ green 0 ◦ blue 149

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

Shades of Persian Indigo #310095

Tints of Persian Indigo #310095

RGB

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

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

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

R = 24.75%
G = 0%
B = 75.25%

CMYK

 C value IS 0.67

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#310095 (or 0x310095) is known color: Persian Indigo. HEX triplet: 31, 00 and 95. RGB value is (49,0,149). Sum of RGB (Red+Green+Blue) = 49+0+149=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 149 (58.59% from 255 or 75.25% from 198); Max value from RGB is 149 - color contains mainly: blue. Hex color #310095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310095 is #CEFF6A. Grayscale: #1F1F1F. Windows color (decimal): -13565803 or 9764913. OLE color: 9764913.

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

Color convert

RGB 49 0 149 -
CMYK 0.67 1 0 0.42
HSL 259.73º 1% 0.29% -
HSV(B) 259.73º 1% 0.58% -
XYZ 6.69 2.82 28.63 -
YUV 31.64 194.23 140.38 -
System Red Green Blue C M Y K H S L
Decimal 49 0 149 0.67 1 0 0.42 259.73 1 0.29
Hex 31 0 95 43 64 0 2A 104 64 1D
Octal 61 0 225 103 144 0 52 404 144 35
Binary 110001 0 10010101 1000011 1100100 0 101010 100000100 1100100 11101

Color Harmonies of #310095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310095

Black with #310095

Text Example


Text Example

White with #310095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310095; }

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

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

background-color css

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

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

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

border-color css

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

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

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