Html Css Color HEX #310B75 Persian Indigo

📋 copy color: '#310B75'

red 49 ◦ green 11 ◦ blue 117

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

Shades of Persian Indigo #310B75

Tints of Persian Indigo #310B75

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.21%

 BLUE value IS 117 (46.09% from 255) = 66.1%

R = 27.68%
G = 6.21%
B = 66.1%

CMYK

 C value IS 0.58

 M value IS 0.91

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#310B75 (or 0x310B75) is known color: Persian Indigo. HEX triplet: 31, 0B and 75. RGB value is (49,11,117). Sum of RGB (Red+Green+Blue) = 49+11+117=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 11 (4.69% from 255 or 6.21% from 177); Blue value is 117 (46.09% from 255 or 66.10% from 177); Max value from RGB is 117 - color contains mainly: blue. Hex color #310B75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310B75 is #CEF48A. Grayscale: #222222. Windows color (decimal): -13563019 or 7670577. OLE color: 7670577.

HSL color Cylindrical-coordinate representation of color #310B75: hue angle of 261.51º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #310B75 is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 11 117 -
CMYK 0.58 0.91 0 0.54
HSL 261.51º 0.83% 0.25% -
HSV(B) 261.51º 0.91% 0.46% -
XYZ 4.6 2.18 17.01 -
YUV 34.45 174.59 138.38 -
System Red Green Blue C M Y K H S L
Decimal 49 11 117 0.58 0.91 0 0.54 261.51 0.83 0.25
Hex 31 B 75 3A 5B 0 36 106 53 19
Octal 61 13 165 72 133 0 66 406 123 31
Binary 110001 1011 1110101 111010 1011011 0 110110 100000110 1010011 11001

Color Harmonies of #310B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310B75

Black with #310B75

Text Example


Text Example

White with #310B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,11,117); }

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

background-color css

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

 a { background-color: rgb(49,11,117); }

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

border-color css

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

 span { border-color: rgb(49,11,117); }

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