Html Css Color HEX #310498 Persian Indigo

📋 copy color: '#310498'

red 49 ◦ green 4 ◦ blue 152

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

Shades of Persian Indigo #310498

Tints of Persian Indigo #310498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 74.15%

R = 23.9%
G = 1.95%
B = 74.15%

CMYK

 C value IS 0.68

 M value IS 0.97

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#310498 (or 0x310498) is known color: Persian Indigo. HEX triplet: 31, 04 and 98. RGB value is (49,4,152). Sum of RGB (Red+Green+Blue) = 49+4+152=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 152 (59.77% from 255 or 74.15% from 205); Max value from RGB is 152 - color contains mainly: blue. Hex color #310498 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310498 is #CEFB67. Grayscale: #212121. Windows color (decimal): -13564776 or 9962545. OLE color: 9962545.

HSL color Cylindrical-coordinate representation of color #310498: hue angle of 258.24º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #310498 is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 49 4 152 -
CMYK 0.68 0.97 0 0.40
HSL 258.24º 0.95% 0.31% -
HSV(B) 258.24º 0.97% 0.6% -
XYZ 6.98 3.01 29.92 -
YUV 34.33 194.41 138.47 -
System Red Green Blue C M Y K H S L
Decimal 49 4 152 0.68 0.97 0 0.40 258.24 0.95 0.31
Hex 31 4 98 44 61 0 28 102 5F 1F
Octal 61 4 230 104 141 0 50 402 137 37
Binary 110001 100 10011000 1000100 1100001 0 101000 100000010 1011111 11111

Color Harmonies of #310498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310498

Black with #310498

Text Example


Text Example

White with #310498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310498; }

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

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

background-color css

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

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

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

border-color css

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

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

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