Html Css Color HEX #31078A Persian Indigo

📋 copy color: '#31078A'

red 49 ◦ green 7 ◦ blue 138

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

Shades of Persian Indigo #31078A

Tints of Persian Indigo #31078A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.61%

 BLUE value IS 138 (54.3% from 255) = 71.13%

R = 25.26%
G = 3.61%
B = 71.13%

CMYK

 C value IS 0.64

 M value IS 0.95

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#31078A (or 0x31078A) is known color: Persian Indigo. HEX triplet: 31, 07 and 8A. RGB value is (49,7,138). Sum of RGB (Red+Green+Blue) = 49+7+138=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 7 (3.12% from 255 or 3.61% from 194); Blue value is 138 (54.30% from 255 or 71.13% from 194); Max value from RGB is 138 - color contains mainly: blue. Hex color #31078A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31078A is #CEF875. Grayscale: #222222. Windows color (decimal): -13564022 or 9045809. OLE color: 9045809.

HSL color Cylindrical-coordinate representation of color #31078A: hue angle of 259.24º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #31078A is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 49 7 138 -
CMYK 0.64 0.95 0 0.46
HSL 259.24º 0.9% 0.28% -
HSV(B) 259.24º 0.95% 0.54% -
XYZ 5.93 2.64 24.24 -
YUV 34.49 186.41 138.35 -
System Red Green Blue C M Y K H S L
Decimal 49 7 138 0.64 0.95 0 0.46 259.24 0.9 0.28
Hex 31 7 8A 40 5F 0 2E 103 5A 1C
Octal 61 7 212 100 137 0 56 403 132 34
Binary 110001 111 10001010 1000000 1011111 0 101110 100000011 1011010 11100

Color Harmonies of #31078A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31078A

Black with #31078A

Text Example


Text Example

White with #31078A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31078A; }

 p { color: rgb(49,7,138); }

 H1.HeaderClassName
 {
   color: #31078A;
 }
 .AnyTagClassName
 {
   color: #31078A;
 }
</style>

background-color css

<style>
 a { background-color: #31078A; }

 a { background-color: rgb(49,7,138); }

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

border-color css

<style>
 span { border-color: #31078A; }

 span { border-color: rgb(49,7,138); }

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