Html Css Color HEX #310365 Persian Indigo

📋 copy color: '#310365'

red 49 ◦ green 3 ◦ blue 101

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

Shades of Persian Indigo #310365

Tints of Persian Indigo #310365

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.96%

 BLUE value IS 101 (39.84% from 255) = 66.01%

R = 32.03%
G = 1.96%
B = 66.01%

CMYK

 C value IS 0.51

 M value IS 0.97

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#310365 (or 0x310365) is known color: Persian Indigo. HEX triplet: 31, 03 and 65. RGB value is (49,3,101). Sum of RGB (Red+Green+Blue) = 49+3+101=153 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.03% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 101 (39.84% from 255 or 66.01% from 153); Max value from RGB is 101 - color contains mainly: blue. Hex color #310365 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310365 is #CEFC9A. Grayscale: #1B1B1B. Windows color (decimal): -13565083 or 6619953. OLE color: 6619953.

HSL color Cylindrical-coordinate representation of color #310365: hue angle of 268.16º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #310365 is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 49 3 101 -
CMYK 0.51 0.97 0 0.60
HSL 268.16º 0.94% 0.2% -
HSV(B) 268.16º 0.97% 0.4% -
XYZ 3.65 1.66 12.44 -
YUV 27.93 169.24 143.03 -
System Red Green Blue C M Y K H S L
Decimal 49 3 101 0.51 0.97 0 0.60 268.16 0.94 0.2
Hex 31 3 65 33 61 0 3C 10C 5E 14
Octal 61 3 145 63 141 0 74 414 136 24
Binary 110001 11 1100101 110011 1100001 0 111100 100001100 1011110 10100

Color Harmonies of #310365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310365

Black with #310365

Text Example


Text Example

White with #310365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310365; }

 p { color: rgb(49,3,101); }

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

background-color css

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

 a { background-color: rgb(49,3,101); }

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

border-color css

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

 span { border-color: rgb(49,3,101); }

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