Html Css Color HEX #31209B Persian Indigo

📋 copy color: '#31209B'

red 49 ◦ green 32 ◦ blue 155

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

Shades of Persian Indigo #31209B

Tints of Persian Indigo #31209B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 65.68%

R = 20.76%
G = 13.56%
B = 65.68%

CMYK

 C value IS 0.68

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#31209B (or 0x31209B) is known color: Persian Indigo. HEX triplet: 31, 20 and 9B. RGB value is (49,32,155). Sum of RGB (Red+Green+Blue) = 49+32+155=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 155 (60.94% from 255 or 65.68% from 236); Max value from RGB is 155 - color contains mainly: blue. Hex color #31209B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31209B is #CEDF64. Grayscale: #323232. Windows color (decimal): -13557605 or 10166321. OLE color: 10166321.

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

Color convert

RGB 49 32 155 -
CMYK 0.68 0.79 0 0.39
HSL 248.29º 0.66% 0.37% -
HSV(B) 248.29º 0.79% 0.61% -
XYZ 7.7 4.05 31.39 -
YUV 51.11 186.63 126.5 -
System Red Green Blue C M Y K H S L
Decimal 49 32 155 0.68 0.79 0 0.39 248.29 0.66 0.37
Hex 31 20 9B 44 4F 0 27 F8 42 25
Octal 61 40 233 104 117 0 47 370 102 45
Binary 110001 100000 10011011 1000100 1001111 0 100111 11111000 1000010 100101

Color Harmonies of #31209B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31209B

Black with #31209B

Text Example


Text Example

White with #31209B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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