Html Css Color HEX #310488 Persian Indigo

📋 copy color: '#310488'

red 49 ◦ green 4 ◦ blue 136

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

Shades of Persian Indigo #310488

Tints of Persian Indigo #310488

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.12%

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

R = 25.93%
G = 2.12%
B = 71.96%

CMYK

 C value IS 0.64

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#310488 (or 0x310488) is known color: Persian Indigo. HEX triplet: 31, 04 and 88. RGB value is (49,4,136). Sum of RGB (Red+Green+Blue) = 49+4+136=189 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.93% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 136 (53.52% from 255 or 71.96% from 189); Max value from RGB is 136 - color contains mainly: blue. Hex color #310488 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310488 is #CEFB77. Grayscale: #202020. Windows color (decimal): -13564792 or 8913969. OLE color: 8913969.

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

Color convert

RGB 49 4 136 -
CMYK 0.64 0.97 0 0.47
HSL 260.45º 0.94% 0.27% -
HSV(B) 260.45º 0.97% 0.53% -
XYZ 5.75 2.52 23.48 -
YUV 32.5 186.41 139.77 -
System Red Green Blue C M Y K H S L
Decimal 49 4 136 0.64 0.97 0 0.47 260.45 0.94 0.27
Hex 31 4 88 40 61 0 2F 104 5E 1B
Octal 61 4 210 100 141 0 57 404 136 33
Binary 110001 100 10001000 1000000 1100001 0 101111 100000100 1011110 11011

Color Harmonies of #310488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310488

Black with #310488

Text Example


Text Example

White with #310488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310488; }

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

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

background-color css

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

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

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

border-color css

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

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

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