Html Css Color HEX #310070 Persian Indigo

📋 copy color: '#310070'

red 49 ◦ green 0 ◦ blue 112

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

Shades of Persian Indigo #310070

Tints of Persian Indigo #310070

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 30.43%
G = 0%
B = 69.57%

CMYK

 C value IS 0.56

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#310070 (or 0x310070) is known color: Persian Indigo. HEX triplet: 31, 00 and 70. RGB value is (49,0,112). Sum of RGB (Red+Green+Blue) = 49+0+112=161 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.43% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 112 (44.14% from 255 or 69.57% from 161); Max value from RGB is 112 - color contains mainly: blue. Hex color #310070 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310070 is #CEFF8F. Grayscale: #1B1B1B. Windows color (decimal): -13565840 or 7340081. OLE color: 7340081.

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

Color convert

RGB 49 0 112 -
CMYK 0.56 1 0 0.56
HSL 266.25º 1% 0.22% -
HSV(B) 266.25º 1% 0.44% -
XYZ 4.19 1.82 15.46 -
YUV 27.42 175.73 143.39 -
System Red Green Blue C M Y K H S L
Decimal 49 0 112 0.56 1 0 0.56 266.25 1 0.22
Hex 31 0 70 38 64 0 38 10A 64 16
Octal 61 0 160 70 144 0 70 412 144 26
Binary 110001 0 1110000 111000 1100100 0 111000 100001010 1100100 10110

Color Harmonies of #310070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310070

Black with #310070

Text Example


Text Example

White with #310070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310070; }

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

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

background-color css

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

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

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

border-color css

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

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

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