Html Css Color HEX #31209A Persian Indigo

📋 copy color: '#31209A'

red 49 ◦ green 32 ◦ blue 154

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

Shades of Persian Indigo #31209A

Tints of Persian Indigo #31209A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.62%

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

R = 20.85%
G = 13.62%
B = 65.53%

CMYK

 C value IS 0.68

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#31209A (or 0x31209A) is known color: Persian Indigo. HEX triplet: 31, 20 and 9A. RGB value is (49,32,154). Sum of RGB (Red+Green+Blue) = 49+32+154=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 154 (60.55% from 255 or 65.53% from 235); Max value from RGB is 154 - color contains mainly: blue. Hex color #31209A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31209A is #CEDF65. Grayscale: #323232. Windows color (decimal): -13557606 or 10100785. OLE color: 10100785.

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

Color convert

RGB 49 32 154 -
CMYK 0.68 0.79 0 0.40
HSL 248.36º 0.66% 0.36% -
HSV(B) 248.36º 0.79% 0.6% -
XYZ 7.62 4.02 30.95 -
YUV 50.99 186.13 126.58 -
System Red Green Blue C M Y K H S L
Decimal 49 32 154 0.68 0.79 0 0.40 248.36 0.66 0.36
Hex 31 20 9A 44 4F 0 28 F8 42 24
Octal 61 40 232 104 117 0 50 370 102 44
Binary 110001 100000 10011010 1000100 1001111 0 101000 11111000 1000010 100100

Color Harmonies of #31209A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31209A

Black with #31209A

Text Example


Text Example

White with #31209A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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