Html Css Color HEX #310466 Persian Indigo

📋 copy color: '#310466'

red 49 ◦ green 4 ◦ blue 102

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

Shades of Persian Indigo #310466

Tints of Persian Indigo #310466

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.58%

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

R = 31.61%
G = 2.58%
B = 65.81%

CMYK

 C value IS 0.52

 M value IS 0.96

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#310466 (or 0x310466) is known color: Persian Indigo. HEX triplet: 31, 04 and 66. RGB value is (49,4,102). Sum of RGB (Red+Green+Blue) = 49+4+102=155 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.61% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 102 (40.23% from 255 or 65.81% from 155); Max value from RGB is 102 - color contains mainly: blue. Hex color #310466 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310466 is #CEFB99. Grayscale: #1C1C1C. Windows color (decimal): -13564826 or 6685745. OLE color: 6685745.

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

Color convert

RGB 49 4 102 -
CMYK 0.52 0.96 0 0.6
HSL 267.55º 0.92% 0.21% -
HSV(B) 267.55º 0.96% 0.4% -
XYZ 3.71 1.7 12.7 -
YUV 28.63 169.41 142.53 -
System Red Green Blue C M Y K H S L
Decimal 49 4 102 0.52 0.96 0 0.6 267.55 0.92 0.21
Hex 31 4 66 34 60 0 3C 10C 5C 15
Octal 61 4 146 64 140 0 74 414 134 25
Binary 110001 100 1100110 110100 1100000 0 111100 100001100 1011100 10101

Color Harmonies of #310466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310466

Black with #310466

Text Example


Text Example

White with #310466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310466; }

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

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

background-color css

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

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

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

border-color css

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

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

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