Html Css Color HEX #312185 Persian Indigo

📋 copy color: '#312185'

red 49 ◦ green 33 ◦ blue 133

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

Shades of Persian Indigo #312185

Tints of Persian Indigo #312185

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.35%

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

R = 22.79%
G = 15.35%
B = 61.86%

CMYK

 C value IS 0.63

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#312185 (or 0x312185) is known color: Persian Indigo. HEX triplet: 31, 21 and 85. RGB value is (49,33,133). Sum of RGB (Red+Green+Blue) = 49+33+133=215 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.79% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 133 (52.34% from 255 or 61.86% from 215); Max value from RGB is 133 - color contains mainly: blue. Hex color #312185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312185 is #CEDE7A. Grayscale: #303030. Windows color (decimal): -13557371 or 8724785. OLE color: 8724785.

HSL color Cylindrical-coordinate representation of color #312185: hue angle of 249.6º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #312185 is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 33 133 -
CMYK 0.63 0.75 0 0.48
HSL 249.6º 0.6% 0.33% -
HSV(B) 249.6º 0.75% 0.52% -
XYZ 6.04 3.43 22.53 -
YUV 49.18 175.3 127.87 -
System Red Green Blue C M Y K H S L
Decimal 49 33 133 0.63 0.75 0 0.48 249.6 0.6 0.33
Hex 31 21 85 3F 4B 0 30 FA 3C 21
Octal 61 41 205 77 113 0 60 372 74 41
Binary 110001 100001 10000101 111111 1001011 0 110000 11111010 111100 100001

Color Harmonies of #312185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312185

Black with #312185

Text Example


Text Example

White with #312185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312185; }

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

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

background-color css

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

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

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

border-color css

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

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

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