Html Css Color HEX #31039F Persian Indigo

📋 copy color: '#31039F'

red 49 ◦ green 3 ◦ blue 159

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

Shades of Persian Indigo #31039F

Tints of Persian Indigo #31039F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.42%

 BLUE value IS 159 (62.5% from 255) = 75.36%

R = 23.22%
G = 1.42%
B = 75.36%

CMYK

 C value IS 0.69

 M value IS 0.98

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#31039F (or 0x31039F) is known color: Persian Indigo. HEX triplet: 31, 03 and 9F. RGB value is (49,3,159). Sum of RGB (Red+Green+Blue) = 49+3+159=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 159 (62.5% from 255 or 75.36% from 211); Max value from RGB is 159 - color contains mainly: blue. Hex color #31039F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31039F is #CEFC60. Grayscale: #212121. Windows color (decimal): -13565025 or 10421041. OLE color: 10421041.

HSL color Cylindrical-coordinate representation of color #31039F: hue angle of 257.69º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #31039F is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 3 159 -
CMYK 0.69 0.98 0 0.38
HSL 257.69º 0.96% 0.32% -
HSV(B) 257.69º 0.98% 0.62% -
XYZ 7.56 3.22 33.02 -
YUV 34.54 198.24 138.32 -
System Red Green Blue C M Y K H S L
Decimal 49 3 159 0.69 0.98 0 0.38 257.69 0.96 0.32
Hex 31 3 9F 45 62 0 26 102 60 20
Octal 61 3 237 105 142 0 46 402 140 40
Binary 110001 11 10011111 1000101 1100010 0 100110 100000010 1100000 100000

Color Harmonies of #31039F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31039F

Black with #31039F

Text Example


Text Example

White with #31039F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,3,159); }

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

background-color css

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

 a { background-color: rgb(49,3,159); }

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

border-color css

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

 span { border-color: rgb(49,3,159); }

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