Html Css Color HEX #31039B Persian Indigo

📋 copy color: '#31039B'

red 49 ◦ green 3 ◦ blue 155

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

Shades of Persian Indigo #31039B

Tints of Persian Indigo #31039B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 74.88%

R = 23.67%
G = 1.45%
B = 74.88%

CMYK

 C value IS 0.68

 M value IS 0.98

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#31039B (or 0x31039B) is known color: Persian Indigo. HEX triplet: 31, 03 and 9B. RGB value is (49,3,155). Sum of RGB (Red+Green+Blue) = 49+3+155=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 155 (60.94% from 255 or 74.88% from 207); Max value from RGB is 155 - color contains mainly: blue. Hex color #31039B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31039B is #CEFC64. Grayscale: #212121. Windows color (decimal): -13565029 or 10158897. OLE color: 10158897.

HSL color Cylindrical-coordinate representation of color #31039B: hue angle of 258.16º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #31039B is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 3 155 -
CMYK 0.68 0.98 0 0.39
HSL 258.16º 0.96% 0.31% -
HSV(B) 258.16º 0.98% 0.61% -
XYZ 7.22 3.08 31.23 -
YUV 34.08 196.24 138.64 -
System Red Green Blue C M Y K H S L
Decimal 49 3 155 0.68 0.98 0 0.39 258.16 0.96 0.31
Hex 31 3 9B 44 62 0 27 102 60 1F
Octal 61 3 233 104 142 0 47 402 140 37
Binary 110001 11 10011011 1000100 1100010 0 100111 100000010 1100000 11111

Color Harmonies of #31039B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31039B

Black with #31039B

Text Example


Text Example

White with #31039B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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