Html Css Color HEX #310061 Persian Indigo

📋 copy color: '#310061'

red 49 ◦ green 0 ◦ blue 97

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

Shades of Persian Indigo #310061

Tints of Persian Indigo #310061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 66.44%

R = 33.56%
G = 0%
B = 66.44%

CMYK

 C value IS 0.49

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#310061 (or 0x310061) is known color: Persian Indigo. HEX triplet: 31, 00 and 61. RGB value is (49,0,97). Sum of RGB (Red+Green+Blue) = 49+0+97=146 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.56% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 97 (38.28% from 255 or 66.44% from 146); Max value from RGB is 97 - color contains mainly: blue. Hex color #310061 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310061 is #CEFF9E. Grayscale: #191919. Windows color (decimal): -13565855 or 6357041. OLE color: 6357041.

HSL color Cylindrical-coordinate representation of color #310061: hue angle of 270.31º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #310061 is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 0 97 -
CMYK 0.49 1 0 0.62
HSL 270.31º 1% 0.19% -
HSV(B) 270.31º 1% 0.38% -
XYZ 3.42 1.52 11.42 -
YUV 25.71 168.23 144.61 -
System Red Green Blue C M Y K H S L
Decimal 49 0 97 0.49 1 0 0.62 270.31 1 0.19
Hex 31 0 61 31 64 0 3E 10E 64 13
Octal 61 0 141 61 144 0 76 416 144 23
Binary 110001 0 1100001 110001 1100100 0 111110 100001110 1100100 10011

Color Harmonies of #310061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310061

Black with #310061

Text Example


Text Example

White with #310061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310061; }

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

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

background-color css

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

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

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

border-color css

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

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

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