Html Css Color HEX #31008F Persian Indigo

📋 copy color: '#31008F'

red 49 ◦ green 0 ◦ blue 143

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

Shades of Persian Indigo #31008F

Tints of Persian Indigo #31008F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 143 (56.25% from 255) = 74.48%

R = 25.52%
G = 0%
B = 74.48%

CMYK

 C value IS 0.66

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#31008F (or 0x31008F) is known color: Persian Indigo. HEX triplet: 31, 00 and 8F. RGB value is (49,0,143). Sum of RGB (Red+Green+Blue) = 49+0+143=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 143 (56.25% from 255 or 74.48% from 192); Max value from RGB is 143 - color contains mainly: blue. Hex color #31008F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31008F is #CEFF70. Grayscale: #1E1E1E. Windows color (decimal): -13565809 or 9371697. OLE color: 9371697.

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

Color convert

RGB 49 0 143 -
CMYK 0.66 1 0 0.44
HSL 260.56º 1% 0.28% -
HSV(B) 260.56º 1% 0.56% -
XYZ 6.22 2.64 26.17 -
YUV 30.95 191.23 140.87 -
System Red Green Blue C M Y K H S L
Decimal 49 0 143 0.66 1 0 0.44 260.56 1 0.28
Hex 31 0 8F 42 64 0 2C 105 64 1C
Octal 61 0 217 102 144 0 54 405 144 34
Binary 110001 0 10001111 1000010 1100100 0 101100 100000101 1100100 11100

Color Harmonies of #31008F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31008F

Black with #31008F

Text Example


Text Example

White with #31008F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,0,143); }

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

background-color css

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

 a { background-color: rgb(49,0,143); }

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

border-color css

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

 span { border-color: rgb(49,0,143); }

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