Html Css Color HEX #271A89 Persian Indigo

📋 copy color: '#271A89'

red 39 ◦ green 26 ◦ blue 137

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

Shades of Persian Indigo #271A89

Tints of Persian Indigo #271A89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 67.82%

R = 19.31%
G = 12.87%
B = 67.82%

CMYK

 C value IS 0.72

 M value IS 0.81

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#271A89 (or 0x271A89) is known color: Persian Indigo. HEX triplet: 27, 1A and 89. RGB value is (39,26,137). Sum of RGB (Red+Green+Blue) = 39+26+137=202 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.31% from 202); Green value is 26 (10.55% from 255 or 12.87% from 202); Blue value is 137 (53.91% from 255 or 67.82% from 202); Max value from RGB is 137 - color contains mainly: blue. Hex color #271A89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271A89 is #D8E576. Grayscale: #2A2A2A. Windows color (decimal): -14214519 or 8985127. OLE color: 8985127.

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

Color convert

RGB 39 26 137 -
CMYK 0.72 0.81 0 0.46
HSL 247.03º 0.68% 0.32% -
HSV(B) 247.03º 0.81% 0.54% -
XYZ 5.72 2.98 23.94 -
YUV 42.54 181.31 125.47 -
System Red Green Blue C M Y K H S L
Decimal 39 26 137 0.72 0.81 0 0.46 247.03 0.68 0.32
Hex 27 1A 89 48 51 0 2E F7 44 20
Octal 47 32 211 110 121 0 56 367 104 40
Binary 100111 11010 10001001 1001000 1010001 0 101110 11110111 1000100 100000

Color Harmonies of #271A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271A89

Black with #271A89

Text Example


Text Example

White with #271A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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