Html Css Color HEX #31097B Persian Indigo

📋 copy color: '#31097B'

red 49 ◦ green 9 ◦ blue 123

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

Shades of Persian Indigo #31097B

Tints of Persian Indigo #31097B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.97%

 BLUE value IS 123 (48.44% from 255) = 67.96%

R = 27.07%
G = 4.97%
B = 67.96%

CMYK

 C value IS 0.60

 M value IS 0.93

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#31097B (or 0x31097B) is known color: Persian Indigo. HEX triplet: 31, 09 and 7B. RGB value is (49,9,123). Sum of RGB (Red+Green+Blue) = 49+9+123=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 9 (3.91% from 255 or 4.97% from 181); Blue value is 123 (48.44% from 255 or 67.96% from 181); Max value from RGB is 123 - color contains mainly: blue. Hex color #31097B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31097B is #CEF684. Grayscale: #212121. Windows color (decimal): -13563525 or 8063281. OLE color: 8063281.

HSL color Cylindrical-coordinate representation of color #31097B: hue angle of 261.05º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #31097B is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 49 9 123 -
CMYK 0.60 0.93 0 0.52
HSL 261.05º 0.86% 0.26% -
HSV(B) 261.05º 0.93% 0.48% -
XYZ 4.94 2.28 18.92 -
YUV 33.96 178.25 138.73 -
System Red Green Blue C M Y K H S L
Decimal 49 9 123 0.60 0.93 0 0.52 261.05 0.86 0.26
Hex 31 9 7B 3C 5D 0 34 105 56 1A
Octal 61 11 173 74 135 0 64 405 126 32
Binary 110001 1001 1111011 111100 1011101 0 110100 100000101 1010110 11010

Color Harmonies of #31097B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31097B

Black with #31097B

Text Example


Text Example

White with #31097B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31097B; }

 p { color: rgb(49,9,123); }

 H1.HeaderClassName
 {
   color: #31097B;
 }
 .AnyTagClassName
 {
   color: #31097B;
 }
</style>

background-color css

<style>
 a { background-color: #31097B; }

 a { background-color: rgb(49,9,123); }

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

border-color css

<style>
 span { border-color: #31097B; }

 span { border-color: rgb(49,9,123); }

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