Html Css Color HEX #31046F Persian Indigo

📋 copy color: '#31046F'

red 49 ◦ green 4 ◦ blue 111

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

Shades of Persian Indigo #31046F

Tints of Persian Indigo #31046F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.44%

 BLUE value IS 111 (43.75% from 255) = 67.68%

R = 29.88%
G = 2.44%
B = 67.68%

CMYK

 C value IS 0.56

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#31046F (or 0x31046F) is known color: Persian Indigo. HEX triplet: 31, 04 and 6F. RGB value is (49,4,111). Sum of RGB (Red+Green+Blue) = 49+4+111=164 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.88% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 111 (43.75% from 255 or 67.68% from 164); Max value from RGB is 111 - color contains mainly: blue. Hex color #31046F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31046F is #CEFB90. Grayscale: #1D1D1D. Windows color (decimal): -13564817 or 7275569. OLE color: 7275569.

HSL color Cylindrical-coordinate representation of color #31046F: hue angle of 265.23º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #31046F is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 4 111 -
CMYK 0.56 0.96 0 0.56
HSL 265.23º 0.93% 0.23% -
HSV(B) 265.23º 0.96% 0.44% -
XYZ 4.18 1.89 15.18 -
YUV 29.65 173.91 141.8 -
System Red Green Blue C M Y K H S L
Decimal 49 4 111 0.56 0.96 0 0.56 265.23 0.93 0.23
Hex 31 4 6F 38 60 0 38 109 5D 17
Octal 61 4 157 70 140 0 70 411 135 27
Binary 110001 100 1101111 111000 1100000 0 111000 100001001 1011101 10111

Color Harmonies of #31046F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31046F

Black with #31046F

Text Example


Text Example

White with #31046F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31046F; }

 p { color: rgb(49,4,111); }

 H1.HeaderClassName
 {
   color: #31046F;
 }
 .AnyTagClassName
 {
   color: #31046F;
 }
</style>

background-color css

<style>
 a { background-color: #31046F; }

 a { background-color: rgb(49,4,111); }

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

border-color css

<style>
 span { border-color: #31046F; }

 span { border-color: rgb(49,4,111); }

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