Html Css Color HEX #311A9C Persian Indigo

📋 copy color: '#311A9C'

red 49 ◦ green 26 ◦ blue 156

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

Shades of Persian Indigo #311A9C

Tints of Persian Indigo #311A9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 67.53%

R = 21.21%
G = 11.26%
B = 67.53%

CMYK

 C value IS 0.69

 M value IS 0.83

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#311A9C (or 0x311A9C) is known color: Persian Indigo. HEX triplet: 31, 1A and 9C. RGB value is (49,26,156). Sum of RGB (Red+Green+Blue) = 49+26+156=231 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.21% from 231); Green value is 26 (10.55% from 255 or 11.26% from 231); Blue value is 156 (61.33% from 255 or 67.53% from 231); Max value from RGB is 156 - color contains mainly: blue. Hex color #311A9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #311A9C is #CEE563. Grayscale: #2F2F2F. Windows color (decimal): -13559140 or 10230321. OLE color: 10230321.

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

Color convert

RGB 49 26 156 -
CMYK 0.69 0.83 0 0.39
HSL 250.62º 0.71% 0.36% -
HSV(B) 250.62º 0.83% 0.61% -
XYZ 7.64 3.79 31.78 -
YUV 47.7 189.12 128.93 -
System Red Green Blue C M Y K H S L
Decimal 49 26 156 0.69 0.83 0 0.39 250.62 0.71 0.36
Hex 31 1A 9C 45 53 0 27 FB 47 24
Octal 61 32 234 105 123 0 47 373 107 44
Binary 110001 11010 10011100 1000101 1010011 0 100111 11111011 1000111 100100

Color Harmonies of #311A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311A9C

Black with #311A9C

Text Example


Text Example

White with #311A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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