Html Css Color HEX #31027C Persian Indigo

📋 copy color: '#31027C'

red 49 ◦ green 2 ◦ blue 124

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

Shades of Persian Indigo #31027C

Tints of Persian Indigo #31027C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 70.86%

R = 28%
G = 1.14%
B = 70.86%

CMYK

 C value IS 0.60

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#31027C (or 0x31027C) is known color: Persian Indigo. HEX triplet: 31, 02 and 7C. RGB value is (49,2,124). Sum of RGB (Red+Green+Blue) = 49+2+124=175 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 124 (48.83% from 255 or 70.86% from 175); Max value from RGB is 124 - color contains mainly: blue. Hex color #31027C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31027C is #CEFD83. Grayscale: #1D1D1D. Windows color (decimal): -13565316 or 8127025. OLE color: 8127025.

HSL color Cylindrical-coordinate representation of color #31027C: hue angle of 263.11º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #31027C is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 2 124 -
CMYK 0.60 0.98 0 0.51
HSL 263.11º 0.97% 0.25% -
HSV(B) 263.11º 0.98% 0.49% -
XYZ 4.93 2.15 19.22 -
YUV 29.96 181.07 141.58 -
System Red Green Blue C M Y K H S L
Decimal 49 2 124 0.60 0.98 0 0.51 263.11 0.97 0.25
Hex 31 2 7C 3C 62 0 33 107 61 19
Octal 61 2 174 74 142 0 63 407 141 31
Binary 110001 10 1111100 111100 1100010 0 110011 100000111 1100001 11001

Color Harmonies of #31027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31027C

Black with #31027C

Text Example


Text Example

White with #31027C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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