Html Css Color HEX #310F9B Persian Indigo

📋 copy color: '#310F9B'

red 49 ◦ green 15 ◦ blue 155

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

Shades of Persian Indigo #310F9B

Tints of Persian Indigo #310F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 70.78%

R = 22.37%
G = 6.85%
B = 70.78%

CMYK

 C value IS 0.68

 M value IS 0.90

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#310F9B (or 0x310F9B) is known color: Persian Indigo. HEX triplet: 31, 0F and 9B. RGB value is (49,15,155). Sum of RGB (Red+Green+Blue) = 49+15+155=219 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.37% from 219); Green value is 15 (6.25% from 255 or 6.85% from 219); Blue value is 155 (60.94% from 255 or 70.78% from 219); Max value from RGB is 155 - color contains mainly: blue. Hex color #310F9B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310F9B is #CEF064. Grayscale: #282828. Windows color (decimal): -13561957 or 10161969. OLE color: 10161969.

HSL color Cylindrical-coordinate representation of color #310F9B: hue angle of 254.57º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #310F9B is Cyan = 0.68, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 15 155 -
CMYK 0.68 0.90 0 0.39
HSL 254.57º 0.82% 0.33% -
HSV(B) 254.57º 0.9% 0.61% -
XYZ 7.35 3.36 31.27 -
YUV 41.13 192.26 133.62 -
System Red Green Blue C M Y K H S L
Decimal 49 15 155 0.68 0.90 0 0.39 254.57 0.82 0.33
Hex 31 F 9B 44 5A 0 27 FF 52 21
Octal 61 17 233 104 132 0 47 377 122 41
Binary 110001 1111 10011011 1000100 1011010 0 100111 11111111 1010010 100001

Color Harmonies of #310F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310F9B

Black with #310F9B

Text Example


Text Example

White with #310F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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