Html Css Color HEX #311A9D Persian Indigo

📋 copy color: '#311A9D'

red 49 ◦ green 26 ◦ blue 157

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

Shades of Persian Indigo #311A9D

Tints of Persian Indigo #311A9D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.21%

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

R = 21.12%
G = 11.21%
B = 67.67%

CMYK

 C value IS 0.69

 M value IS 0.83

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#311A9D (or 0x311A9D) is known color: Persian Indigo. HEX triplet: 31, 1A and 9D. RGB value is (49,26,157). Sum of RGB (Red+Green+Blue) = 49+26+157=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 26 (10.55% from 255 or 11.21% from 232); Blue value is 157 (61.72% from 255 or 67.67% from 232); Max value from RGB is 157 - color contains mainly: blue. Hex color #311A9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #311A9D is #CEE562. Grayscale: #2F2F2F. Windows color (decimal): -13559139 or 10295857. OLE color: 10295857.

HSL color Cylindrical-coordinate representation of color #311A9D: hue angle of 250.53º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #311A9D is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 26 157 -
CMYK 0.69 0.83 0 0.38
HSL 250.53º 0.72% 0.36% -
HSV(B) 250.53º 0.83% 0.62% -
XYZ 7.72 3.83 32.23 -
YUV 47.81 189.62 128.85 -
System Red Green Blue C M Y K H S L
Decimal 49 26 157 0.69 0.83 0 0.38 250.53 0.72 0.36
Hex 31 1A 9D 45 53 0 26 FB 48 24
Octal 61 32 235 105 123 0 46 373 110 44
Binary 110001 11010 10011101 1000101 1010011 0 100110 11111011 1001000 100100

Color Harmonies of #311A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311A9D

Black with #311A9D

Text Example


Text Example

White with #311A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311A9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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