Html Css Color HEX #310C84 Persian Indigo

📋 copy color: '#310C84'

red 49 ◦ green 12 ◦ blue 132

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

Shades of Persian Indigo #310C84

Tints of Persian Indigo #310C84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 68.39%

R = 25.39%
G = 6.22%
B = 68.39%

CMYK

 C value IS 0.63

 M value IS 0.91

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#310C84 (or 0x310C84) is known color: Persian Indigo. HEX triplet: 31, 0C and 84. RGB value is (49,12,132). Sum of RGB (Red+Green+Blue) = 49+12+132=193 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.39% from 193); Green value is 12 (5.08% from 255 or 6.22% from 193); Blue value is 132 (51.95% from 255 or 68.39% from 193); Max value from RGB is 132 - color contains mainly: blue. Hex color #310C84 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310C84 is #CEF37B. Grayscale: #242424. Windows color (decimal): -13562748 or 8653873. OLE color: 8653873.

HSL color Cylindrical-coordinate representation of color #310C84: hue angle of 258.5º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #310C84 is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 12 132 -
CMYK 0.63 0.91 0 0.48
HSL 258.5º 0.83% 0.28% -
HSV(B) 258.5º 0.91% 0.52% -
XYZ 5.56 2.58 22.03 -
YUV 36.74 181.76 136.74 -
System Red Green Blue C M Y K H S L
Decimal 49 12 132 0.63 0.91 0 0.48 258.5 0.83 0.28
Hex 31 C 84 3F 5B 0 30 102 53 1C
Octal 61 14 204 77 133 0 60 402 123 34
Binary 110001 1100 10000100 111111 1011011 0 110000 100000010 1010011 11100

Color Harmonies of #310C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310C84

Black with #310C84

Text Example


Text Example

White with #310C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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