Html Css Color HEX #310B7D Persian Indigo

📋 copy color: '#310B7D'

red 49 ◦ green 11 ◦ blue 125

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

Shades of Persian Indigo #310B7D

Tints of Persian Indigo #310B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 67.57%

R = 26.49%
G = 5.95%
B = 67.57%

CMYK

 C value IS 0.61

 M value IS 0.91

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#310B7D (or 0x310B7D) is known color: Persian Indigo. HEX triplet: 31, 0B and 7D. RGB value is (49,11,125). Sum of RGB (Red+Green+Blue) = 49+11+125=185 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.49% from 185); Green value is 11 (4.69% from 255 or 5.95% from 185); Blue value is 125 (49.22% from 255 or 67.57% from 185); Max value from RGB is 125 - color contains mainly: blue. Hex color #310B7D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310B7D is #CEF482. Grayscale: #222222. Windows color (decimal): -13563011 or 8194865. OLE color: 8194865.

HSL color Cylindrical-coordinate representation of color #310B7D: hue angle of 260º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #310B7D is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 11 125 -
CMYK 0.61 0.91 0 0.51
HSL 260º 0.84% 0.27% -
HSV(B) 260º 0.91% 0.49% -
XYZ 5.09 2.37 19.59 -
YUV 35.36 178.59 137.73 -
System Red Green Blue C M Y K H S L
Decimal 49 11 125 0.61 0.91 0 0.51 260 0.84 0.27
Hex 31 B 7D 3D 5B 0 33 104 54 1B
Octal 61 13 175 75 133 0 63 404 124 33
Binary 110001 1011 1111101 111101 1011011 0 110011 100000100 1010100 11011

Color Harmonies of #310B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310B7D

Black with #310B7D

Text Example


Text Example

White with #310B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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