Html Css Color HEX #310896 Persian Indigo

📋 copy color: '#310896'

red 49 ◦ green 8 ◦ blue 150

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

Shades of Persian Indigo #310896

Tints of Persian Indigo #310896

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.86%

 BLUE value IS 150 (58.98% from 255) = 72.46%

R = 23.67%
G = 3.86%
B = 72.46%

CMYK

 C value IS 0.67

 M value IS 0.95

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#310896 (or 0x310896) is known color: Persian Indigo. HEX triplet: 31, 08 and 96. RGB value is (49,8,150). Sum of RGB (Red+Green+Blue) = 49+8+150=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 150 (58.98% from 255 or 72.46% from 207); Max value from RGB is 150 - color contains mainly: blue. Hex color #310896 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310896 is #CEF769. Grayscale: #232323. Windows color (decimal): -13563754 or 9832497. OLE color: 9832497.

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

Color convert

RGB 49 8 150 -
CMYK 0.67 0.95 0 0.41
HSL 257.32º 0.9% 0.31% -
HSV(B) 257.32º 0.95% 0.59% -
XYZ 6.86 3.03 29.08 -
YUV 36.45 192.08 136.95 -
System Red Green Blue C M Y K H S L
Decimal 49 8 150 0.67 0.95 0 0.41 257.32 0.9 0.31
Hex 31 8 96 43 5F 0 29 101 5A 1F
Octal 61 10 226 103 137 0 51 401 132 37
Binary 110001 1000 10010110 1000011 1011111 0 101001 100000001 1011010 11111

Color Harmonies of #310896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310896

Black with #310896

Text Example


Text Example

White with #310896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310896; }

 p { color: rgb(49,8,150); }

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

background-color css

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

 a { background-color: rgb(49,8,150); }

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

border-color css

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

 span { border-color: rgb(49,8,150); }

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