Html Css Color HEX #310F94 Persian Indigo

📋 copy color: '#310F94'

red 49 ◦ green 15 ◦ blue 148

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

Shades of Persian Indigo #310F94

Tints of Persian Indigo #310F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 69.81%

R = 23.11%
G = 7.08%
B = 69.81%

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

#310F94 (or 0x310F94) is known color: Persian Indigo. HEX triplet: 31, 0F and 94. RGB value is (49,15,148). Sum of RGB (Red+Green+Blue) = 49+15+148=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 15 (6.25% from 255 or 7.08% from 212); Blue value is 148 (58.20% from 255 or 69.81% from 212); Max value from RGB is 148 - color contains mainly: blue. Hex color #310F94 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310F94 is #CEF06B. Grayscale: #272727. Windows color (decimal): -13561964 or 9703217. OLE color: 9703217.

HSL color Cylindrical-coordinate representation of color #310F94: hue angle of 255.34º degrees, saturation: 0.82, 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 #310F94 is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 15 148 -
CMYK 0.67 0.90 0 0.42
HSL 255.34º 0.82% 0.32% -
HSV(B) 255.34º 0.9% 0.58% -
XYZ 6.78 3.13 28.26 -
YUV 40.33 188.76 134.19 -
System Red Green Blue C M Y K H S L
Decimal 49 15 148 0.67 0.90 0 0.42 255.34 0.82 0.32
Hex 31 F 94 43 5A 0 2A FF 52 20
Octal 61 17 224 103 132 0 52 377 122 40
Binary 110001 1111 10010100 1000011 1011010 0 101010 11111111 1010010 100000

Color Harmonies of #310F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310F94

Black with #310F94

Text Example


Text Example

White with #310F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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