Html Css Color HEX #310492 Persian Indigo

📋 copy color: '#310492'

red 49 ◦ green 4 ◦ blue 146

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

Shades of Persian Indigo #310492

Tints of Persian Indigo #310492

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.01%

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

R = 24.62%
G = 2.01%
B = 73.37%

CMYK

 C value IS 0.66

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#310492 (or 0x310492) is known color: Persian Indigo. HEX triplet: 31, 04 and 92. RGB value is (49,4,146). Sum of RGB (Red+Green+Blue) = 49+4+146=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 146 (57.42% from 255 or 73.37% from 199); Max value from RGB is 146 - color contains mainly: blue. Hex color #310492 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310492 is #CEFB6D. Grayscale: #212121. Windows color (decimal): -13564782 or 9569329. OLE color: 9569329.

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

Color convert

RGB 49 4 146 -
CMYK 0.66 0.97 0 0.43
HSL 259.01º 0.95% 0.29% -
HSV(B) 259.01º 0.97% 0.57% -
XYZ 6.5 2.82 27.4 -
YUV 33.64 191.41 138.95 -
System Red Green Blue C M Y K H S L
Decimal 49 4 146 0.66 0.97 0 0.43 259.01 0.95 0.29
Hex 31 4 92 42 61 0 2B 103 5F 1D
Octal 61 4 222 102 141 0 53 403 137 35
Binary 110001 100 10010010 1000010 1100001 0 101011 100000011 1011111 11101

Color Harmonies of #310492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310492

Black with #310492

Text Example


Text Example

White with #310492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310492; }

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

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

background-color css

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

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

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

border-color css

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

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

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