Html Css Color HEX #31209D Persian Indigo

📋 copy color: '#31209D'

red 49 ◦ green 32 ◦ blue 157

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

Shades of Persian Indigo #31209D

Tints of Persian Indigo #31209D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 65.97%

R = 20.59%
G = 13.45%
B = 65.97%

CMYK

 C value IS 0.69

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#31209D (or 0x31209D) is known color: Persian Indigo. HEX triplet: 31, 20 and 9D. RGB value is (49,32,157). Sum of RGB (Red+Green+Blue) = 49+32+157=238 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.59% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 157 (61.72% from 255 or 65.97% from 238); Max value from RGB is 157 - color contains mainly: blue. Hex color #31209D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31209D is #CEDF62. Grayscale: #323232. Windows color (decimal): -13557603 or 10297393. OLE color: 10297393.

HSL color Cylindrical-coordinate representation of color #31209D: hue angle of 248.16º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31209D is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 32 157 -
CMYK 0.69 0.80 0 0.38
HSL 248.16º 0.66% 0.37% -
HSV(B) 248.16º 0.8% 0.62% -
XYZ 7.87 4.12 32.28 -
YUV 51.33 187.63 126.34 -
System Red Green Blue C M Y K H S L
Decimal 49 32 157 0.69 0.80 0 0.38 248.16 0.66 0.37
Hex 31 20 9D 45 50 0 26 F8 42 25
Octal 61 40 235 105 120 0 46 370 102 45
Binary 110001 100000 10011101 1000101 1010000 0 100110 11111000 1000010 100101

Color Harmonies of #31209D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31209D

Black with #31209D

Text Example


Text Example

White with #31209D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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