Html Css Color HEX #310C7F Persian Indigo

📋 copy color: '#310C7F'

red 49 ◦ green 12 ◦ blue 127

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

Shades of Persian Indigo #310C7F

Tints of Persian Indigo #310C7F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.38%

 BLUE value IS 127 (50% from 255) = 67.55%

R = 26.06%
G = 6.38%
B = 67.55%

CMYK

 C value IS 0.61

 M value IS 0.91

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#310C7F (or 0x310C7F) is known color: Persian Indigo. HEX triplet: 31, 0C and 7F. RGB value is (49,12,127). Sum of RGB (Red+Green+Blue) = 49+12+127=188 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.06% from 188); Green value is 12 (5.08% from 255 or 6.38% from 188); Blue value is 127 (50% from 255 or 67.55% from 188); Max value from RGB is 127 - color contains mainly: blue. Hex color #310C7F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310C7F is #CEF380. Grayscale: #232323. Windows color (decimal): -13562753 or 8326193. OLE color: 8326193.

HSL color Cylindrical-coordinate representation of color #310C7F: hue angle of 259.3º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #310C7F is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 49 12 127 -
CMYK 0.61 0.91 0 0.50
HSL 259.3º 0.83% 0.27% -
HSV(B) 259.3º 0.91% 0.5% -
XYZ 5.23 2.45 20.28 -
YUV 36.17 179.26 137.15 -
System Red Green Blue C M Y K H S L
Decimal 49 12 127 0.61 0.91 0 0.50 259.3 0.83 0.27
Hex 31 C 7F 3D 5B 0 32 103 53 1B
Octal 61 14 177 75 133 0 62 403 123 33
Binary 110001 1100 1111111 111101 1011011 0 110010 100000011 1010011 11011

Color Harmonies of #310C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310C7F

Black with #310C7F

Text Example


Text Example

White with #310C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,12,127); }

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

background-color css

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

 a { background-color: rgb(49,12,127); }

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

border-color css

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

 span { border-color: rgb(49,12,127); }

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