Html Css Color HEX #310892 Persian Indigo

📋 copy color: '#310892'

red 49 ◦ green 8 ◦ blue 146

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

Shades of Persian Indigo #310892

Tints of Persian Indigo #310892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 71.92%

R = 24.14%
G = 3.94%
B = 71.92%

CMYK

 C value IS 0.66

 M value IS 0.95

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#310892 (or 0x310892) is known color: Persian Indigo. HEX triplet: 31, 08 and 92. RGB value is (49,8,146). Sum of RGB (Red+Green+Blue) = 49+8+146=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 146 (57.42% from 255 or 71.92% from 203); Max value from RGB is 146 - color contains mainly: blue. Hex color #310892 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310892 is #CEF76D. Grayscale: #232323. Windows color (decimal): -13563758 or 9570353. OLE color: 9570353.

HSL color Cylindrical-coordinate representation of color #310892: hue angle of 257.83º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #310892 is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 8 146 -
CMYK 0.66 0.95 0 0.43
HSL 257.83º 0.9% 0.3% -
HSV(B) 257.83º 0.95% 0.57% -
XYZ 6.54 2.9 27.41 -
YUV 35.99 190.08 137.28 -
System Red Green Blue C M Y K H S L
Decimal 49 8 146 0.66 0.95 0 0.43 257.83 0.9 0.3
Hex 31 8 92 42 5F 0 2B 102 5A 1E
Octal 61 10 222 102 137 0 53 402 132 36
Binary 110001 1000 10010010 1000010 1011111 0 101011 100000010 1011010 11110

Color Harmonies of #310892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310892

Black with #310892

Text Example


Text Example

White with #310892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310892; }

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

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

background-color css

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

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

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

border-color css

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

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

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