Html Css Color HEX #31028B Persian Indigo

📋 copy color: '#31028B'

red 49 ◦ green 2 ◦ blue 139

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

Shades of Persian Indigo #31028B

Tints of Persian Indigo #31028B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.05%

 BLUE value IS 139 (54.69% from 255) = 73.16%

R = 25.79%
G = 1.05%
B = 73.16%

CMYK

 C value IS 0.65

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#31028B (or 0x31028B) is known color: Persian Indigo. HEX triplet: 31, 02 and 8B. RGB value is (49,2,139). Sum of RGB (Red+Green+Blue) = 49+2+139=190 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.79% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 139 (54.69% from 255 or 73.16% from 190); Max value from RGB is 139 - color contains mainly: blue. Hex color #31028B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31028B is #CEFD74. Grayscale: #1F1F1F. Windows color (decimal): -13565301 or 9110065. OLE color: 9110065.

HSL color Cylindrical-coordinate representation of color #31028B: hue angle of 260.58º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #31028B is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 2 139 -
CMYK 0.65 0.99 0 0.45
HSL 260.58º 0.97% 0.28% -
HSV(B) 260.58º 0.99% 0.55% -
XYZ 5.95 2.56 24.61 -
YUV 31.67 188.57 140.36 -
System Red Green Blue C M Y K H S L
Decimal 49 2 139 0.65 0.99 0 0.45 260.58 0.97 0.28
Hex 31 2 8B 41 63 0 2D 105 61 1C
Octal 61 2 213 101 143 0 55 405 141 34
Binary 110001 10 10001011 1000001 1100011 0 101101 100000101 1100001 11100

Color Harmonies of #31028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31028B

Black with #31028B

Text Example


Text Example

White with #31028B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,2,139); }

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

background-color css

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

 a { background-color: rgb(49,2,139); }

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

border-color css

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

 span { border-color: rgb(49,2,139); }

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