Html Css Color HEX #310090 Persian Indigo

📋 copy color: '#310090'

red 49 ◦ green 0 ◦ blue 144

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

Shades of Persian Indigo #310090

Tints of Persian Indigo #310090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 74.61%

R = 25.39%
G = 0%
B = 74.61%

CMYK

 C value IS 0.66

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#310090 (or 0x310090) is known color: Persian Indigo. HEX triplet: 31, 00 and 90. RGB value is (49,0,144). Sum of RGB (Red+Green+Blue) = 49+0+144=193 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.39% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 144 (56.64% from 255 or 74.61% from 193); Max value from RGB is 144 - color contains mainly: blue. Hex color #310090 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310090 is #CEFF6F. Grayscale: #1E1E1E. Windows color (decimal): -13565808 or 9437233. OLE color: 9437233.

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

Color convert

RGB 49 0 144 -
CMYK 0.66 1 0 0.44
HSL 260.42º 1% 0.28% -
HSV(B) 260.42º 1% 0.56% -
XYZ 6.3 2.67 26.57 -
YUV 31.07 191.73 140.79 -
System Red Green Blue C M Y K H S L
Decimal 49 0 144 0.66 1 0 0.44 260.42 1 0.28
Hex 31 0 90 42 64 0 2C 104 64 1C
Octal 61 0 220 102 144 0 54 404 144 34
Binary 110001 0 10010000 1000010 1100100 0 101100 100000100 1100100 11100

Color Harmonies of #310090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310090

Black with #310090

Text Example


Text Example

White with #310090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310090; }

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

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

background-color css

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

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

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

border-color css

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

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

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