Html Css Color HEX #310092 Persian Indigo

📋 copy color: '#310092'

red 49 ◦ green 0 ◦ blue 146

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

Shades of Persian Indigo #310092

Tints of Persian Indigo #310092

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 25.13%
G = 0%
B = 74.87%

CMYK

 C value IS 0.66

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#310092 (or 0x310092) is known color: Persian Indigo. HEX triplet: 31, 00 and 92. RGB value is (49,0,146). Sum of RGB (Red+Green+Blue) = 49+0+146=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 146 (57.42% from 255 or 74.87% from 195); Max value from RGB is 146 - color contains mainly: blue. Hex color #310092 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310092 is #CEFF6D. Grayscale: #1E1E1E. Windows color (decimal): -13565806 or 9568305. OLE color: 9568305.

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

Color convert

RGB 49 0 146 -
CMYK 0.66 1 0 0.43
HSL 260.14º 1% 0.29% -
HSV(B) 260.14º 1% 0.57% -
XYZ 6.45 2.73 27.38 -
YUV 31.3 192.73 140.63 -
System Red Green Blue C M Y K H S L
Decimal 49 0 146 0.66 1 0 0.43 260.14 1 0.29
Hex 31 0 92 42 64 0 2B 104 64 1D
Octal 61 0 222 102 144 0 53 404 144 35
Binary 110001 0 10010010 1000010 1100100 0 101011 100000100 1100100 11101

Color Harmonies of #310092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310092

Black with #310092

Text Example


Text Example

White with #310092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310092; }

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

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

background-color css

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

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

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

border-color css

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

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

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