Html Css Color HEX #31038F Persian Indigo

📋 copy color: '#31038F'

red 49 ◦ green 3 ◦ blue 143

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

Shades of Persian Indigo #31038F

Tints of Persian Indigo #31038F

RGB

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

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

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

R = 25.13%
G = 1.54%
B = 73.33%

CMYK

 C value IS 0.66

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#31038F (or 0x31038F) is known color: Persian Indigo. HEX triplet: 31, 03 and 8F. RGB value is (49,3,143). Sum of RGB (Red+Green+Blue) = 49+3+143=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 143 (56.25% from 255 or 73.33% from 195); Max value from RGB is 143 - color contains mainly: blue. Hex color #31038F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31038F is #CEFC70. Grayscale: #202020. Windows color (decimal): -13565041 or 9372465. OLE color: 9372465.

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

Color convert

RGB 49 3 143 -
CMYK 0.66 0.98 0 0.44
HSL 259.71º 0.96% 0.29% -
HSV(B) 259.71º 0.98% 0.56% -
XYZ 6.26 2.7 26.18 -
YUV 32.71 190.24 139.62 -
System Red Green Blue C M Y K H S L
Decimal 49 3 143 0.66 0.98 0 0.44 259.71 0.96 0.29
Hex 31 3 8F 42 62 0 2C 104 60 1D
Octal 61 3 217 102 142 0 54 404 140 35
Binary 110001 11 10001111 1000010 1100010 0 101100 100000100 1100000 11101

Color Harmonies of #31038F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31038F

Black with #31038F

Text Example


Text Example

White with #31038F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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