Html Css Color HEX #310297 Persian Indigo

📋 copy color: '#310297'

red 49 ◦ green 2 ◦ blue 151

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

Shades of Persian Indigo #310297

Tints of Persian Indigo #310297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 74.75%

R = 24.26%
G = 0.99%
B = 74.75%

CMYK

 C value IS 0.68

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#310297 (or 0x310297) is known color: Persian Indigo. HEX triplet: 31, 02 and 97. RGB value is (49,2,151). Sum of RGB (Red+Green+Blue) = 49+2+151=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 151 (59.38% from 255 or 74.75% from 202); Max value from RGB is 151 - color contains mainly: blue. Hex color #310297 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310297 is #CEFD68. Grayscale: #202020. Windows color (decimal): -13565289 or 9896497. OLE color: 9896497.

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

Color convert

RGB 49 2 151 -
CMYK 0.68 0.99 0 0.41
HSL 258.93º 0.97% 0.3% -
HSV(B) 258.93º 0.99% 0.59% -
XYZ 6.87 2.93 29.48 -
YUV 33.04 194.57 139.38 -
System Red Green Blue C M Y K H S L
Decimal 49 2 151 0.68 0.99 0 0.41 258.93 0.97 0.3
Hex 31 2 97 44 63 0 29 103 61 1E
Octal 61 2 227 104 143 0 51 403 141 36
Binary 110001 10 10010111 1000100 1100011 0 101001 100000011 1100001 11110

Color Harmonies of #310297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310297

Black with #310297

Text Example


Text Example

White with #310297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310297; }

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

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

background-color css

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

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

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

border-color css

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

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

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