Html Css Color HEX #31079F Persian Indigo

📋 copy color: '#31079F'

red 49 ◦ green 7 ◦ blue 159

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

Shades of Persian Indigo #31079F

Tints of Persian Indigo #31079F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 73.95%

R = 22.79%
G = 3.26%
B = 73.95%

CMYK

 C value IS 0.69

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#31079F (or 0x31079F) is known color: Persian Indigo. HEX triplet: 31, 07 and 9F. RGB value is (49,7,159). Sum of RGB (Red+Green+Blue) = 49+7+159=215 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.79% from 215); Green value is 7 (3.12% from 255 or 3.26% from 215); Blue value is 159 (62.5% from 255 or 73.95% from 215); Max value from RGB is 159 - color contains mainly: blue. Hex color #31079F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31079F is #CEF860. Grayscale: #242424. Windows color (decimal): -13564001 or 10422065. OLE color: 10422065.

HSL color Cylindrical-coordinate representation of color #31079F: hue angle of 256.58º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #31079F is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 7 159 -
CMYK 0.69 0.96 0 0.38
HSL 256.58º 0.92% 0.33% -
HSV(B) 256.58º 0.96% 0.62% -
XYZ 7.6 3.31 33.04 -
YUV 36.89 196.91 136.64 -
System Red Green Blue C M Y K H S L
Decimal 49 7 159 0.69 0.96 0 0.38 256.58 0.92 0.33
Hex 31 7 9F 45 60 0 26 101 5C 21
Octal 61 7 237 105 140 0 46 401 134 41
Binary 110001 111 10011111 1000101 1100000 0 100110 100000001 1011100 100001

Color Harmonies of #31079F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31079F

Black with #31079F

Text Example


Text Example

White with #31079F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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