Html Css Color HEX #271A87 Persian Indigo

📋 copy color: '#271A87'

red 39 ◦ green 26 ◦ blue 135

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

Shades of Persian Indigo #271A87

Tints of Persian Indigo #271A87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 67.5%

R = 19.5%
G = 13%
B = 67.5%

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

#271A87 (or 0x271A87) is known color: Persian Indigo. HEX triplet: 27, 1A and 87. RGB value is (39,26,135). Sum of RGB (Red+Green+Blue) = 39+26+135=200 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.5% from 200); Green value is 26 (10.55% from 255 or 13% from 200); Blue value is 135 (53.12% from 255 or 67.5% from 200); Max value from RGB is 135 - color contains mainly: blue. Hex color #271A87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271A87 is #D8E578. Grayscale: #292929. Windows color (decimal): -14214521 or 8854055. OLE color: 8854055.

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

Color convert

RGB 39 26 135 -
CMYK 0.71 0.81 0 0.47
HSL 247.16º 0.68% 0.32% -
HSV(B) 247.16º 0.81% 0.53% -
XYZ 5.58 2.92 23.19 -
YUV 42.31 180.31 125.64 -
System Red Green Blue C M Y K H S L
Decimal 39 26 135 0.71 0.81 0 0.47 247.16 0.68 0.32
Hex 27 1A 87 47 51 0 2F F7 44 20
Octal 47 32 207 107 121 0 57 367 104 40
Binary 100111 11010 10000111 1000111 1010001 0 101111 11110111 1000100 100000

Color Harmonies of #271A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271A87

Black with #271A87

Text Example


Text Example

White with #271A87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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