Html Css Color HEX #31027B Persian Indigo

📋 copy color: '#31027B'

red 49 ◦ green 2 ◦ blue 123

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

Shades of Persian Indigo #31027B

Tints of Persian Indigo #31027B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.15%

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

R = 28.16%
G = 1.15%
B = 70.69%

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

#31027B (or 0x31027B) is known color: Persian Indigo. HEX triplet: 31, 02 and 7B. RGB value is (49,2,123). Sum of RGB (Red+Green+Blue) = 49+2+123=174 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28.16% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 123 (48.44% from 255 or 70.69% from 174); Max value from RGB is 123 - color contains mainly: blue. Hex color #31027B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31027B is #CEFD84. Grayscale: #1D1D1D. Windows color (decimal): -13565317 or 8061489. OLE color: 8061489.

HSL color Cylindrical-coordinate representation of color #31027B: hue angle of 263.31º degrees, saturation: 0.97, 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 #31027B is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 49 2 123 -
CMYK 0.60 0.98 0 0.52
HSL 263.31º 0.97% 0.25% -
HSV(B) 263.31º 0.98% 0.48% -
XYZ 4.86 2.13 18.89 -
YUV 29.85 180.57 141.66 -
System Red Green Blue C M Y K H S L
Decimal 49 2 123 0.60 0.98 0 0.52 263.31 0.97 0.25
Hex 31 2 7B 3C 62 0 34 107 61 19
Octal 61 2 173 74 142 0 64 407 141 31
Binary 110001 10 1111011 111100 1100010 0 110100 100000111 1100001 11001

Color Harmonies of #31027B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31027B

Black with #31027B

Text Example


Text Example

White with #31027B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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