Html Css Color HEX #310462 Persian Indigo

📋 copy color: '#310462'

red 49 ◦ green 4 ◦ blue 98

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

Shades of Persian Indigo #310462

Tints of Persian Indigo #310462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 64.9%

R = 32.45%
G = 2.65%
B = 64.9%

CMYK

 C value IS 0.5

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#310462 (or 0x310462) is known color: Persian Indigo. HEX triplet: 31, 04 and 62. RGB value is (49,4,98). Sum of RGB (Red+Green+Blue) = 49+4+98=151 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.45% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 98 (38.67% from 255 or 64.90% from 151); Max value from RGB is 98 - color contains mainly: blue. Hex color #310462 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310462 is #CEFB9D. Grayscale: #1B1B1B. Windows color (decimal): -13564830 or 6423601. OLE color: 6423601.

HSL color Cylindrical-coordinate representation of color #310462: hue angle of 268.72º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #310462 is Cyan = 0.5, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 4 98 -
CMYK 0.5 0.96 0 0.62
HSL 268.72º 0.92% 0.2% -
HSV(B) 268.72º 0.96% 0.38% -
XYZ 3.51 1.62 11.68 -
YUV 28.17 167.41 142.86 -
System Red Green Blue C M Y K H S L
Decimal 49 4 98 0.5 0.96 0 0.62 268.72 0.92 0.2
Hex 31 4 62 32 60 0 3E 10D 5C 14
Octal 61 4 142 62 140 0 76 415 134 24
Binary 110001 100 1100010 110010 1100000 0 111110 100001101 1011100 10100

Color Harmonies of #310462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310462

Black with #310462

Text Example


Text Example

White with #310462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310462; }

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

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

background-color css

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

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

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

border-color css

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

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

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