Html Css Color HEX #310098 Persian Indigo

📋 copy color: '#310098'

red 49 ◦ green 0 ◦ blue 152

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

Shades of Persian Indigo #310098

Tints of Persian Indigo #310098

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 24.38%
G = 0%
B = 75.62%

CMYK

 C value IS 0.68

 M value IS 1

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#310098 (or 0x310098) is known color: Persian Indigo. HEX triplet: 31, 00 and 98. RGB value is (49,0,152). Sum of RGB (Red+Green+Blue) = 49+0+152=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 152 (59.77% from 255 or 75.62% from 201); Max value from RGB is 152 - color contains mainly: blue. Hex color #310098 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310098 is #CEFF67. Grayscale: #1F1F1F. Windows color (decimal): -13565800 or 9961521. OLE color: 9961521.

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

Color convert

RGB 49 0 152 -
CMYK 0.68 1 0 0.40
HSL 259.34º 1% 0.3% -
HSV(B) 259.34º 1% 0.6% -
XYZ 6.93 2.92 29.9 -
YUV 31.98 195.73 140.14 -
System Red Green Blue C M Y K H S L
Decimal 49 0 152 0.68 1 0 0.40 259.34 1 0.3
Hex 31 0 98 44 64 0 28 103 64 1E
Octal 61 0 230 104 144 0 50 403 144 36
Binary 110001 0 10011000 1000100 1100100 0 101000 100000011 1100100 11110

Color Harmonies of #310098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310098

Black with #310098

Text Example


Text Example

White with #310098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310098; }

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

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

background-color css

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

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

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

border-color css

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

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

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