Html Css Color HEX #31037B Persian Indigo

📋 copy color: '#31037B'

red 49 ◦ green 3 ◦ blue 123

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

Shades of Persian Indigo #31037B

Tints of Persian Indigo #31037B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.71%

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

R = 28%
G = 1.71%
B = 70.29%

CMYK

 C value IS 0.60

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#31037B (or 0x31037B) is known color: Persian Indigo. HEX triplet: 31, 03 and 7B. RGB value is (49,3,123). Sum of RGB (Red+Green+Blue) = 49+3+123=175 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 123 (48.44% from 255 or 70.29% from 175); Max value from RGB is 123 - color contains mainly: blue. Hex color #31037B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31037B is #CEFC84. Grayscale: #1E1E1E. Windows color (decimal): -13565061 or 8061745. OLE color: 8061745.

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

Color convert

RGB 49 3 123 -
CMYK 0.60 0.98 0 0.52
HSL 263º 0.95% 0.25% -
HSV(B) 263º 0.98% 0.48% -
XYZ 4.87 2.15 18.9 -
YUV 30.43 180.24 141.24 -
System Red Green Blue C M Y K H S L
Decimal 49 3 123 0.60 0.98 0 0.52 263 0.95 0.25
Hex 31 3 7B 3C 62 0 34 107 5F 19
Octal 61 3 173 74 142 0 64 407 137 31
Binary 110001 11 1111011 111100 1100010 0 110100 100000111 1011111 11001

Color Harmonies of #31037B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31037B

Black with #31037B

Text Example


Text Example

White with #31037B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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