Html Css Color HEX #31056C Persian Indigo

📋 copy color: '#31056C'

red 49 ◦ green 5 ◦ blue 108

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

Shades of Persian Indigo #31056C

Tints of Persian Indigo #31056C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.09%

 BLUE value IS 108 (42.58% from 255) = 66.67%

R = 30.25%
G = 3.09%
B = 66.67%

CMYK

 C value IS 0.55

 M value IS 0.95

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#31056C (or 0x31056C) is known color: Persian Indigo. HEX triplet: 31, 05 and 6C. RGB value is (49,5,108). Sum of RGB (Red+Green+Blue) = 49+5+108=162 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.25% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 108 (42.58% from 255 or 66.67% from 162); Max value from RGB is 108 - color contains mainly: blue. Hex color #31056C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31056C is #CEFA93. Grayscale: #1D1D1D. Windows color (decimal): -13564564 or 7079217. OLE color: 7079217.

HSL color Cylindrical-coordinate representation of color #31056C: hue angle of 265.63º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #31056C is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 49 5 108 -
CMYK 0.55 0.95 0 0.58
HSL 265.63º 0.91% 0.22% -
HSV(B) 265.63º 0.95% 0.42% -
XYZ 4.03 1.84 14.33 -
YUV 29.9 172.08 141.62 -
System Red Green Blue C M Y K H S L
Decimal 49 5 108 0.55 0.95 0 0.58 265.63 0.91 0.22
Hex 31 5 6C 37 5F 0 3A 10A 5B 16
Octal 61 5 154 67 137 0 72 412 133 26
Binary 110001 101 1101100 110111 1011111 0 111010 100001010 1011011 10110

Color Harmonies of #31056C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31056C

Black with #31056C

Text Example


Text Example

White with #31056C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31056C; }

 p { color: rgb(49,5,108); }

 H1.HeaderClassName
 {
   color: #31056C;
 }
 .AnyTagClassName
 {
   color: #31056C;
 }
</style>

background-color css

<style>
 a { background-color: #31056C; }

 a { background-color: rgb(49,5,108); }

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

border-color css

<style>
 span { border-color: #31056C; }

 span { border-color: rgb(49,5,108); }

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