Html Css Color HEX #31019C Persian Indigo

📋 copy color: '#31019C'

red 49 ◦ green 1 ◦ blue 156

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

Shades of Persian Indigo #31019C

Tints of Persian Indigo #31019C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

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

R = 23.79%
G = 0.49%
B = 75.73%

CMYK

 C value IS 0.69

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#31019C (or 0x31019C) is known color: Persian Indigo. HEX triplet: 31, 01 and 9C. RGB value is (49,1,156). Sum of RGB (Red+Green+Blue) = 49+1+156=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 156 (61.33% from 255 or 75.73% from 206); Max value from RGB is 156 - color contains mainly: blue. Hex color #31019C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31019C is #CEFE63. Grayscale: #202020. Windows color (decimal): -13565540 or 10223921. OLE color: 10223921.

HSL color Cylindrical-coordinate representation of color #31019C: hue angle of 258.58º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #31019C is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 1 156 -
CMYK 0.69 0.99 0 0.39
HSL 258.58º 0.99% 0.31% -
HSV(B) 258.58º 0.99% 0.61% -
XYZ 7.28 3.07 31.66 -
YUV 33.02 197.4 139.4 -
System Red Green Blue C M Y K H S L
Decimal 49 1 156 0.69 0.99 0 0.39 258.58 0.99 0.31
Hex 31 1 9C 45 63 0 27 103 63 1F
Octal 61 1 234 105 143 0 47 403 143 37
Binary 110001 1 10011100 1000101 1100011 0 100111 100000011 1100011 11111

Color Harmonies of #31019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31019C

Black with #31019C

Text Example


Text Example

White with #31019C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31019C; }

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

 H1.HeaderClassName
 {
   color: #31019C;
 }
 .AnyTagClassName
 {
   color: #31019C;
 }
</style>

background-color css

<style>
 a { background-color: #31019C; }

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

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

border-color css

<style>
 span { border-color: #31019C; }

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

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