Html Css Color HEX #310295 Persian Indigo

📋 copy color: '#310295'

red 49 ◦ green 2 ◦ blue 149

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

Shades of Persian Indigo #310295

Tints of Persian Indigo #310295

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1%

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

R = 24.5%
G = 1%
B = 74.5%

CMYK

 C value IS 0.67

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#310295 (or 0x310295) is known color: Persian Indigo. HEX triplet: 31, 02 and 95. RGB value is (49,2,149). Sum of RGB (Red+Green+Blue) = 49+2+149=200 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.5% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 149 (58.59% from 255 or 74.5% from 200); Max value from RGB is 149 - color contains mainly: blue. Hex color #310295 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310295 is #CEFD6A. Grayscale: #202020. Windows color (decimal): -13565291 or 9765425. OLE color: 9765425.

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

Color convert

RGB 49 2 149 -
CMYK 0.67 0.99 0 0.42
HSL 259.18º 0.97% 0.3% -
HSV(B) 259.18º 0.99% 0.58% -
XYZ 6.71 2.87 28.63 -
YUV 32.81 193.57 139.55 -
System Red Green Blue C M Y K H S L
Decimal 49 2 149 0.67 0.99 0 0.42 259.18 0.97 0.3
Hex 31 2 95 43 63 0 2A 103 61 1E
Octal 61 2 225 103 143 0 52 403 141 36
Binary 110001 10 10010101 1000011 1100011 0 101010 100000011 1100001 11110

Color Harmonies of #310295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310295

Black with #310295

Text Example


Text Example

White with #310295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310295; }

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

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

background-color css

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

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

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

border-color css

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

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

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