Html Css Color HEX #271A86 Persian Indigo

📋 copy color: '#271A86'

red 39 ◦ green 26 ◦ blue 134

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

Shades of Persian Indigo #271A86

Tints of Persian Indigo #271A86

RGB

 RED value IS 39 (15.63% from 255) = 19.6%

 GREEN value IS 26 (10.55% from 255) = 13.07%

 BLUE value IS 134 (52.73% from 255) = 67.34%

R = 19.6%
G = 13.07%
B = 67.34%

CMYK

 C value IS 0.71

 M value IS 0.81

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#271A86 (or 0x271A86) is known color: Persian Indigo. HEX triplet: 27, 1A and 86. RGB value is (39,26,134). Sum of RGB (Red+Green+Blue) = 39+26+134=199 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.60% from 199); Green value is 26 (10.55% from 255 or 13.07% from 199); Blue value is 134 (52.73% from 255 or 67.34% from 199); Max value from RGB is 134 - color contains mainly: blue. Hex color #271A86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271A86 is #D8E579. Grayscale: #292929. Windows color (decimal): -14214522 or 8788519. OLE color: 8788519.

HSL color Cylindrical-coordinate representation of color #271A86: hue angle of 247.22º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #271A86 is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 39 26 134 -
CMYK 0.71 0.81 0 0.47
HSL 247.22º 0.68% 0.31% -
HSV(B) 247.22º 0.81% 0.53% -
XYZ 5.51 2.89 22.82 -
YUV 42.2 179.81 125.72 -
System Red Green Blue C M Y K H S L
Decimal 39 26 134 0.71 0.81 0 0.47 247.22 0.68 0.31
Hex 27 1A 86 47 51 0 2F F7 44 1F
Octal 47 32 206 107 121 0 57 367 104 37
Binary 100111 11010 10000110 1000111 1010001 0 101111 11110111 1000100 11111

Color Harmonies of #271A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271A86

Black with #271A86

Text Example


Text Example

White with #271A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271A86; }

 p { color: rgb(39,26,134); }

 H1.HeaderClassName
 {
   color: #271A86;
 }
 .AnyTagClassName
 {
   color: #271A86;
 }
</style>

background-color css

<style>
 a { background-color: #271A86; }

 a { background-color: rgb(39,26,134); }

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

border-color css

<style>
 span { border-color: #271A86; }

 span { border-color: rgb(39,26,134); }

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