Html Css Color HEX #310766 Persian Indigo

📋 copy color: '#310766'

red 49 ◦ green 7 ◦ blue 102

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

Shades of Persian Indigo #310766

Tints of Persian Indigo #310766

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.43%

 BLUE value IS 102 (40.23% from 255) = 64.56%

R = 31.01%
G = 4.43%
B = 64.56%

CMYK

 C value IS 0.52

 M value IS 0.93

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#310766 (or 0x310766) is known color: Persian Indigo. HEX triplet: 31, 07 and 66. RGB value is (49,7,102). Sum of RGB (Red+Green+Blue) = 49+7+102=158 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.01% from 158); Green value is 7 (3.12% from 255 or 4.43% from 158); Blue value is 102 (40.23% from 255 or 64.56% from 158); Max value from RGB is 102 - color contains mainly: blue. Hex color #310766 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310766 is #CEF899. Grayscale: #1E1E1E. Windows color (decimal): -13564058 or 6686513. OLE color: 6686513.

HSL color Cylindrical-coordinate representation of color #310766: hue angle of 266.53º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #310766 is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 49 7 102 -
CMYK 0.52 0.93 0 0.6
HSL 266.53º 0.87% 0.21% -
HSV(B) 266.53º 0.93% 0.4% -
XYZ 3.74 1.76 12.71 -
YUV 30.39 168.41 141.28 -
System Red Green Blue C M Y K H S L
Decimal 49 7 102 0.52 0.93 0 0.6 266.53 0.87 0.21
Hex 31 7 66 34 5D 0 3C 10B 57 15
Octal 61 7 146 64 135 0 74 413 127 25
Binary 110001 111 1100110 110100 1011101 0 111100 100001011 1010111 10101

Color Harmonies of #310766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310766

Black with #310766

Text Example


Text Example

White with #310766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310766; }

 p { color: rgb(49,7,102); }

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

background-color css

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

 a { background-color: rgb(49,7,102); }

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

border-color css

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

 span { border-color: rgb(49,7,102); }

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