Html Css Color HEX #310C86 Persian Indigo

📋 copy color: '#310C86'

red 49 ◦ green 12 ◦ blue 134

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

Shades of Persian Indigo #310C86

Tints of Persian Indigo #310C86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 68.72%

R = 25.13%
G = 6.15%
B = 68.72%

CMYK

 C value IS 0.63

 M value IS 0.91

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#310C86 (or 0x310C86) is known color: Persian Indigo. HEX triplet: 31, 0C and 86. RGB value is (49,12,134). Sum of RGB (Red+Green+Blue) = 49+12+134=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 12 (5.08% from 255 or 6.15% from 195); Blue value is 134 (52.73% from 255 or 68.72% from 195); Max value from RGB is 134 - color contains mainly: blue. Hex color #310C86 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310C86 is #CEF379. Grayscale: #242424. Windows color (decimal): -13562746 or 8784945. OLE color: 8784945.

HSL color Cylindrical-coordinate representation of color #310C86: hue angle of 258.2º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #310C86 is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 12 134 -
CMYK 0.63 0.91 0 0.47
HSL 258.2º 0.84% 0.29% -
HSV(B) 258.2º 0.91% 0.53% -
XYZ 5.7 2.64 22.76 -
YUV 36.97 182.76 136.58 -
System Red Green Blue C M Y K H S L
Decimal 49 12 134 0.63 0.91 0 0.47 258.2 0.84 0.29
Hex 31 C 86 3F 5B 0 2F 102 54 1D
Octal 61 14 206 77 133 0 57 402 124 35
Binary 110001 1100 10000110 111111 1011011 0 101111 100000010 1010100 11101

Color Harmonies of #310C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310C86

Black with #310C86

Text Example


Text Example

White with #310C86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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