Html Css Color HEX #31099A Persian Indigo

📋 copy color: '#31099A'

red 49 ◦ green 9 ◦ blue 154

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

Shades of Persian Indigo #31099A

Tints of Persian Indigo #31099A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.25%

 BLUE value IS 154 (60.55% from 255) = 72.64%

R = 23.11%
G = 4.25%
B = 72.64%

CMYK

 C value IS 0.68

 M value IS 0.94

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#31099A (or 0x31099A) is known color: Persian Indigo. HEX triplet: 31, 09 and 9A. RGB value is (49,9,154). Sum of RGB (Red+Green+Blue) = 49+9+154=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 154 (60.55% from 255 or 72.64% from 212); Max value from RGB is 154 - color contains mainly: blue. Hex color #31099A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31099A is #CEF665. Grayscale: #242424. Windows color (decimal): -13563494 or 10094897. OLE color: 10094897.

HSL color Cylindrical-coordinate representation of color #31099A: hue angle of 256.55º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #31099A is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 49 9 154 -
CMYK 0.68 0.94 0 0.40
HSL 256.55º 0.89% 0.32% -
HSV(B) 256.55º 0.94% 0.6% -
XYZ 7.2 3.18 30.81 -
YUV 37.49 193.75 136.21 -
System Red Green Blue C M Y K H S L
Decimal 49 9 154 0.68 0.94 0 0.40 256.55 0.89 0.32
Hex 31 9 9A 44 5E 0 28 101 59 20
Octal 61 11 232 104 136 0 50 401 131 40
Binary 110001 1001 10011010 1000100 1011110 0 101000 100000001 1011001 100000

Color Harmonies of #31099A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31099A

Black with #31099A

Text Example


Text Example

White with #31099A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31099A; }

 p { color: rgb(49,9,154); }

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

background-color css

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

 a { background-color: rgb(49,9,154); }

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

border-color css

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

 span { border-color: rgb(49,9,154); }

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