Html Css Color HEX #310C85 Persian Indigo

📋 copy color: '#310C85'

red 49 ◦ green 12 ◦ blue 133

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

Shades of Persian Indigo #310C85

Tints of Persian Indigo #310C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 68.56%

R = 25.26%
G = 6.19%
B = 68.56%

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

#310C85 (or 0x310C85) is known color: Persian Indigo. HEX triplet: 31, 0C and 85. RGB value is (49,12,133). Sum of RGB (Red+Green+Blue) = 49+12+133=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 12 (5.08% from 255 or 6.19% from 194); Blue value is 133 (52.34% from 255 or 68.56% from 194); Max value from RGB is 133 - color contains mainly: blue. Hex color #310C85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310C85 is #CEF37A. Grayscale: #242424. Windows color (decimal): -13562747 or 8719409. OLE color: 8719409.

HSL color Cylindrical-coordinate representation of color #310C85: hue angle of 258.35º 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 #310C85 is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 12 133 -
CMYK 0.63 0.91 0 0.48
HSL 258.35º 0.83% 0.28% -
HSV(B) 258.35º 0.91% 0.52% -
XYZ 5.63 2.61 22.4 -
YUV 36.86 182.26 136.66 -
System Red Green Blue C M Y K H S L
Decimal 49 12 133 0.63 0.91 0 0.48 258.35 0.83 0.28
Hex 31 C 85 3F 5B 0 30 102 53 1C
Octal 61 14 205 77 133 0 60 402 123 34
Binary 110001 1100 10000101 111111 1011011 0 110000 100000010 1010011 11100

Color Harmonies of #310C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310C85

Black with #310C85

Text Example


Text Example

White with #310C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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