Html Css Color HEX #310D98 Persian Indigo

📋 copy color: '#310D98'

red 49 ◦ green 13 ◦ blue 152

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

Shades of Persian Indigo #310D98

Tints of Persian Indigo #310D98

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.07%

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

R = 22.9%
G = 6.07%
B = 71.03%

CMYK

 C value IS 0.68

 M value IS 0.91

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#310D98 (or 0x310D98) is known color: Persian Indigo. HEX triplet: 31, 0D and 98. RGB value is (49,13,152). Sum of RGB (Red+Green+Blue) = 49+13+152=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 13 (5.47% from 255 or 6.07% from 214); Blue value is 152 (59.77% from 255 or 71.03% from 214); Max value from RGB is 152 - color contains mainly: blue. Hex color #310D98 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310D98 is #CEF267. Grayscale: #272727. Windows color (decimal): -13562472 or 9964849. OLE color: 9964849.

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

Color convert

RGB 49 13 152 -
CMYK 0.68 0.91 0 0.40
HSL 255.54º 0.84% 0.32% -
HSV(B) 255.54º 0.91% 0.6% -
XYZ 7.08 3.21 29.95 -
YUV 39.61 191.43 134.7 -
System Red Green Blue C M Y K H S L
Decimal 49 13 152 0.68 0.91 0 0.40 255.54 0.84 0.32
Hex 31 D 98 44 5B 0 28 100 54 20
Octal 61 15 230 104 133 0 50 400 124 40
Binary 110001 1101 10011000 1000100 1011011 0 101000 100000000 1010100 100000

Color Harmonies of #310D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310D98

Black with #310D98

Text Example


Text Example

White with #310D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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