Html Css Color HEX #31089F Persian Indigo

📋 copy color: '#31089F'

red 49 ◦ green 8 ◦ blue 159

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

Shades of Persian Indigo #31089F

Tints of Persian Indigo #31089F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.7%

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

R = 22.69%
G = 3.7%
B = 73.61%

CMYK

 C value IS 0.69

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#31089F (or 0x31089F) is known color: Persian Indigo. HEX triplet: 31, 08 and 9F. RGB value is (49,8,159). Sum of RGB (Red+Green+Blue) = 49+8+159=216 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.69% from 216); Green value is 8 (3.52% from 255 or 3.70% from 216); Blue value is 159 (62.5% from 255 or 73.61% from 216); Max value from RGB is 159 - color contains mainly: blue. Hex color #31089F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31089F is #CEF760. Grayscale: #242424. Windows color (decimal): -13563745 or 10422321. OLE color: 10422321.

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

Color convert

RGB 49 8 159 -
CMYK 0.69 0.95 0 0.38
HSL 256.29º 0.9% 0.33% -
HSV(B) 256.29º 0.95% 0.62% -
XYZ 7.61 3.33 33.04 -
YUV 37.47 196.58 136.22 -
System Red Green Blue C M Y K H S L
Decimal 49 8 159 0.69 0.95 0 0.38 256.29 0.9 0.33
Hex 31 8 9F 45 5F 0 26 100 5A 21
Octal 61 10 237 105 137 0 46 400 132 41
Binary 110001 1000 10011111 1000101 1011111 0 100110 100000000 1011010 100001

Color Harmonies of #31089F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31089F

Black with #31089F

Text Example


Text Example

White with #31089F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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