Html Css Color HEX #310B82 Persian Indigo

📋 copy color: '#310B82'

red 49 ◦ green 11 ◦ blue 130

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

Shades of Persian Indigo #310B82

Tints of Persian Indigo #310B82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 68.42%

R = 25.79%
G = 5.79%
B = 68.42%

CMYK

 C value IS 0.62

 M value IS 0.92

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#310B82 (or 0x310B82) is known color: Persian Indigo. HEX triplet: 31, 0B and 82. RGB value is (49,11,130). Sum of RGB (Red+Green+Blue) = 49+11+130=190 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.79% from 190); Green value is 11 (4.69% from 255 or 5.79% from 190); Blue value is 130 (51.17% from 255 or 68.42% from 190); Max value from RGB is 130 - color contains mainly: blue. Hex color #310B82 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310B82 is #CEF47D. Grayscale: #232323. Windows color (decimal): -13563006 or 8522545. OLE color: 8522545.

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

Color convert

RGB 49 11 130 -
CMYK 0.62 0.92 0 0.49
HSL 259.16º 0.84% 0.28% -
HSV(B) 259.16º 0.92% 0.51% -
XYZ 5.42 2.5 21.32 -
YUV 35.93 181.09 137.32 -
System Red Green Blue C M Y K H S L
Decimal 49 11 130 0.62 0.92 0 0.49 259.16 0.84 0.28
Hex 31 B 82 3E 5C 0 31 103 54 1C
Octal 61 13 202 76 134 0 61 403 124 34
Binary 110001 1011 10000010 111110 1011100 0 110001 100000011 1010100 11100

Color Harmonies of #310B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310B82

Black with #310B82

Text Example


Text Example

White with #310B82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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