Html Css Color HEX #31057C Persian Indigo

📋 copy color: '#31057C'

red 49 ◦ green 5 ◦ blue 124

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

Shades of Persian Indigo #31057C

Tints of Persian Indigo #31057C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 69.66%

R = 27.53%
G = 2.81%
B = 69.66%

CMYK

 C value IS 0.60

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#31057C (or 0x31057C) is known color: Persian Indigo. HEX triplet: 31, 05 and 7C. RGB value is (49,5,124). Sum of RGB (Red+Green+Blue) = 49+5+124=178 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.53% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 124 (48.83% from 255 or 69.66% from 178); Max value from RGB is 124 - color contains mainly: blue. Hex color #31057C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31057C is #CEFA83. Grayscale: #1F1F1F. Windows color (decimal): -13564548 or 8127793. OLE color: 8127793.

HSL color Cylindrical-coordinate representation of color #31057C: hue angle of 262.18º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #31057C is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 5 124 -
CMYK 0.60 0.96 0 0.51
HSL 262.18º 0.92% 0.25% -
HSV(B) 262.18º 0.96% 0.49% -
XYZ 4.96 2.22 19.24 -
YUV 31.72 180.08 140.32 -
System Red Green Blue C M Y K H S L
Decimal 49 5 124 0.60 0.96 0 0.51 262.18 0.92 0.25
Hex 31 5 7C 3C 60 0 33 106 5C 19
Octal 61 5 174 74 140 0 63 406 134 31
Binary 110001 101 1111100 111100 1100000 0 110011 100000110 1011100 11001

Color Harmonies of #31057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31057C

Black with #31057C

Text Example


Text Example

White with #31057C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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