Html Css Color HEX #310E7C Persian Indigo

📋 copy color: '#310E7C'

red 49 ◦ green 14 ◦ blue 124

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

Shades of Persian Indigo #310E7C

Tints of Persian Indigo #310E7C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.49%

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

R = 26.2%
G = 7.49%
B = 66.31%

CMYK

 C value IS 0.60

 M value IS 0.89

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#310E7C (or 0x310E7C) is known color: Persian Indigo. HEX triplet: 31, 0E and 7C. RGB value is (49,14,124). Sum of RGB (Red+Green+Blue) = 49+14+124=187 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.20% from 187); Green value is 14 (5.86% from 255 or 7.49% from 187); Blue value is 124 (48.83% from 255 or 66.31% from 187); Max value from RGB is 124 - color contains mainly: blue. Hex color #310E7C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310E7C is #CEF183. Grayscale: #242424. Windows color (decimal): -13562244 or 8130097. OLE color: 8130097.

HSL color Cylindrical-coordinate representation of color #310E7C: hue angle of 259.09º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #310E7C is Cyan = 0.60, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 14 124 -
CMYK 0.60 0.89 0 0.51
HSL 259.09º 0.8% 0.27% -
HSV(B) 259.09º 0.89% 0.49% -
XYZ 5.06 2.42 19.27 -
YUV 37.01 177.1 136.56 -
System Red Green Blue C M Y K H S L
Decimal 49 14 124 0.60 0.89 0 0.51 259.09 0.8 0.27
Hex 31 E 7C 3C 59 0 33 103 50 1B
Octal 61 16 174 74 131 0 63 403 120 33
Binary 110001 1110 1111100 111100 1011001 0 110011 100000011 1010000 11011

Color Harmonies of #310E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310E7C

Black with #310E7C

Text Example


Text Example

White with #310E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310E7C; }

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

 H1.HeaderClassName
 {
   color: #310E7C;
 }
 .AnyTagClassName
 {
   color: #310E7C;
 }
</style>

background-color css

<style>
 a { background-color: #310E7C; }

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

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

border-color css

<style>
 span { border-color: #310E7C; }

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

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