Html Css Color HEX #310470 Persian Indigo

📋 copy color: '#310470'

red 49 ◦ green 4 ◦ blue 112

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

Shades of Persian Indigo #310470

Tints of Persian Indigo #310470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 67.88%

R = 29.7%
G = 2.42%
B = 67.88%

CMYK

 C value IS 0.56

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#310470 (or 0x310470) is known color: Persian Indigo. HEX triplet: 31, 04 and 70. RGB value is (49,4,112). Sum of RGB (Red+Green+Blue) = 49+4+112=165 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.70% from 165); Green value is 4 (1.95% from 255 or 2.42% from 165); Blue value is 112 (44.14% from 255 or 67.88% from 165); Max value from RGB is 112 - color contains mainly: blue. Hex color #310470 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310470 is #CEFB8F. Grayscale: #1D1D1D. Windows color (decimal): -13564816 or 7341105. OLE color: 7341105.

HSL color Cylindrical-coordinate representation of color #310470: hue angle of 265º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #310470 is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 4 112 -
CMYK 0.56 0.96 0 0.56
HSL 265º 0.93% 0.23% -
HSV(B) 265º 0.96% 0.44% -
XYZ 4.23 1.91 15.47 -
YUV 29.77 174.41 141.72 -
System Red Green Blue C M Y K H S L
Decimal 49 4 112 0.56 0.96 0 0.56 265 0.93 0.23
Hex 31 4 70 38 60 0 38 109 5D 17
Octal 61 4 160 70 140 0 70 411 135 27
Binary 110001 100 1110000 111000 1100000 0 111000 100001001 1011101 10111

Color Harmonies of #310470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310470

Black with #310470

Text Example


Text Example

White with #310470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310470; }

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

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

background-color css

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

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

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

border-color css

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

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

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