Html Css Color HEX #310F93 Persian Indigo

📋 copy color: '#310F93'

red 49 ◦ green 15 ◦ blue 147

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

Shades of Persian Indigo #310F93

Tints of Persian Indigo #310F93

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.11%

 BLUE value IS 147 (57.81% from 255) = 69.67%

R = 23.22%
G = 7.11%
B = 69.67%

CMYK

 C value IS 0.67

 M value IS 0.90

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#310F93 (or 0x310F93) is known color: Persian Indigo. HEX triplet: 31, 0F and 93. RGB value is (49,15,147). Sum of RGB (Red+Green+Blue) = 49+15+147=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 15 (6.25% from 255 or 7.11% from 211); Blue value is 147 (57.81% from 255 or 69.67% from 211); Max value from RGB is 147 - color contains mainly: blue. Hex color #310F93 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310F93 is #CEF06C. Grayscale: #272727. Windows color (decimal): -13561965 or 9637681. OLE color: 9637681.

HSL color Cylindrical-coordinate representation of color #310F93: hue angle of 255.45º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #310F93 is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 15 147 -
CMYK 0.67 0.90 0 0.42
HSL 255.45º 0.81% 0.32% -
HSV(B) 255.45º 0.9% 0.58% -
XYZ 6.7 3.1 27.85 -
YUV 40.21 188.26 134.27 -
System Red Green Blue C M Y K H S L
Decimal 49 15 147 0.67 0.90 0 0.42 255.45 0.81 0.32
Hex 31 F 93 43 5A 0 2A FF 51 20
Octal 61 17 223 103 132 0 52 377 121 40
Binary 110001 1111 10010011 1000011 1011010 0 101010 11111111 1010001 100000

Color Harmonies of #310F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310F93

Black with #310F93

Text Example


Text Example

White with #310F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,15,147); }

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

background-color css

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

 a { background-color: rgb(49,15,147); }

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

border-color css

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

 span { border-color: rgb(49,15,147); }

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