Html Css Color HEX #310C72 Persian Indigo

📋 copy color: '#310C72'

red 49 ◦ green 12 ◦ blue 114

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

Shades of Persian Indigo #310C72

Tints of Persian Indigo #310C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 65.14%

R = 28%
G = 6.86%
B = 65.14%

CMYK

 C value IS 0.57

 M value IS 0.89

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#310C72 (or 0x310C72) is known color: Persian Indigo. HEX triplet: 31, 0C and 72. RGB value is (49,12,114). Sum of RGB (Red+Green+Blue) = 49+12+114=175 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28% from 175); Green value is 12 (5.08% from 255 or 6.86% from 175); Blue value is 114 (44.92% from 255 or 65.14% from 175); Max value from RGB is 114 - color contains mainly: blue. Hex color #310C72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310C72 is #CEF38D. Grayscale: #222222. Windows color (decimal): -13562766 or 7474225. OLE color: 7474225.

HSL color Cylindrical-coordinate representation of color #310C72: hue angle of 261.76º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #310C72 is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 12 114 -
CMYK 0.57 0.89 0 0.55
HSL 261.76º 0.81% 0.25% -
HSV(B) 261.76º 0.89% 0.45% -
XYZ 4.44 2.13 16.1 -
YUV 34.69 172.76 138.21 -
System Red Green Blue C M Y K H S L
Decimal 49 12 114 0.57 0.89 0 0.55 261.76 0.81 0.25
Hex 31 C 72 39 59 0 37 106 51 19
Octal 61 14 162 71 131 0 67 406 121 31
Binary 110001 1100 1110010 111001 1011001 0 110111 100000110 1010001 11001

Color Harmonies of #310C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310C72

Black with #310C72

Text Example


Text Example

White with #310C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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