Html Css Color HEX #310588 Persian Indigo

📋 copy color: '#310588'

red 49 ◦ green 5 ◦ blue 136

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

Shades of Persian Indigo #310588

Tints of Persian Indigo #310588

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.63%

 BLUE value IS 136 (53.52% from 255) = 71.58%

R = 25.79%
G = 2.63%
B = 71.58%

CMYK

 C value IS 0.64

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#310588 (or 0x310588) is known color: Persian Indigo. HEX triplet: 31, 05 and 88. RGB value is (49,5,136). Sum of RGB (Red+Green+Blue) = 49+5+136=190 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.79% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 136 (53.52% from 255 or 71.58% from 190); Max value from RGB is 136 - color contains mainly: blue. Hex color #310588 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310588 is #CEFA77. Grayscale: #202020. Windows color (decimal): -13564536 or 8914225. OLE color: 8914225.

HSL color Cylindrical-coordinate representation of color #310588: hue angle of 260.15º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #310588 is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 5 136 -
CMYK 0.64 0.96 0 0.47
HSL 260.15º 0.93% 0.28% -
HSV(B) 260.15º 0.96% 0.53% -
XYZ 5.76 2.54 23.48 -
YUV 33.09 186.08 139.35 -
System Red Green Blue C M Y K H S L
Decimal 49 5 136 0.64 0.96 0 0.47 260.15 0.93 0.28
Hex 31 5 88 40 60 0 2F 104 5D 1C
Octal 61 5 210 100 140 0 57 404 135 34
Binary 110001 101 10001000 1000000 1100000 0 101111 100000100 1011101 11100

Color Harmonies of #310588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310588

Black with #310588

Text Example


Text Example

White with #310588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310588; }

 p { color: rgb(49,5,136); }

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

background-color css

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

 a { background-color: rgb(49,5,136); }

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

border-color css

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

 span { border-color: rgb(49,5,136); }

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