Html Css Color HEX #312285 Persian Indigo

📋 copy color: '#312285'

red 49 ◦ green 34 ◦ blue 133

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

Shades of Persian Indigo #312285

Tints of Persian Indigo #312285

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.74%

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

R = 22.69%
G = 15.74%
B = 61.57%

CMYK

 C value IS 0.63

 M value IS 0.74

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#312285 (or 0x312285) is known color: Persian Indigo. HEX triplet: 31, 22 and 85. RGB value is (49,34,133). Sum of RGB (Red+Green+Blue) = 49+34+133=216 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.69% from 216); Green value is 34 (13.67% from 255 or 15.74% from 216); Blue value is 133 (52.34% from 255 or 61.57% from 216); Max value from RGB is 133 - color contains mainly: blue. Hex color #312285 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312285 is #CEDD7A. Grayscale: #313131. Windows color (decimal): -13557115 or 8725041. OLE color: 8725041.

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

Color convert

RGB 49 34 133 -
CMYK 0.63 0.74 0 0.48
HSL 249.09º 0.59% 0.33% -
HSV(B) 249.09º 0.74% 0.52% -
XYZ 6.07 3.49 22.54 -
YUV 49.77 174.97 127.45 -
System Red Green Blue C M Y K H S L
Decimal 49 34 133 0.63 0.74 0 0.48 249.09 0.59 0.33
Hex 31 22 85 3F 4A 0 30 F9 3B 21
Octal 61 42 205 77 112 0 60 371 73 41
Binary 110001 100010 10000101 111111 1001010 0 110000 11111001 111011 100001

Color Harmonies of #312285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312285

Black with #312285

Text Example


Text Example

White with #312285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312285; }

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

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

background-color css

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

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

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

border-color css

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

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

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