Html Css Color HEX #310264 Persian Indigo

📋 copy color: '#310264'

red 49 ◦ green 2 ◦ blue 100

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

Shades of Persian Indigo #310264

Tints of Persian Indigo #310264

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.32%

 BLUE value IS 100 (39.45% from 255) = 66.23%

R = 32.45%
G = 1.32%
B = 66.23%

CMYK

 C value IS 0.51

 M value IS 0.98

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#310264 (or 0x310264) is known color: Persian Indigo. HEX triplet: 31, 02 and 64. RGB value is (49,2,100). Sum of RGB (Red+Green+Blue) = 49+2+100=151 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.45% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 100 (39.45% from 255 or 66.23% from 151); Max value from RGB is 100 - color contains mainly: blue. Hex color #310264 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310264 is #CEFD9B. Grayscale: #1A1A1A. Windows color (decimal): -13565340 or 6554161. OLE color: 6554161.

HSL color Cylindrical-coordinate representation of color #310264: hue angle of 268.78º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #310264 is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 49 2 100 -
CMYK 0.51 0.98 0 0.61
HSL 268.78º 0.96% 0.2% -
HSV(B) 268.78º 0.98% 0.39% -
XYZ 3.59 1.62 12.18 -
YUV 27.23 169.07 143.53 -
System Red Green Blue C M Y K H S L
Decimal 49 2 100 0.51 0.98 0 0.61 268.78 0.96 0.2
Hex 31 2 64 33 62 0 3D 10D 60 14
Octal 61 2 144 63 142 0 75 415 140 24
Binary 110001 10 1100100 110011 1100010 0 111101 100001101 1100000 10100

Color Harmonies of #310264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310264

Black with #310264

Text Example


Text Example

White with #310264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310264; }

 p { color: rgb(49,2,100); }

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

background-color css

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

 a { background-color: rgb(49,2,100); }

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

border-color css

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

 span { border-color: rgb(49,2,100); }

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