Html Css Color HEX #271A88 Persian Indigo

📋 copy color: '#271A88'

red 39 ◦ green 26 ◦ blue 136

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

Shades of Persian Indigo #271A88

Tints of Persian Indigo #271A88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 67.66%

R = 19.4%
G = 12.94%
B = 67.66%

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

#271A88 (or 0x271A88) is known color: Persian Indigo. HEX triplet: 27, 1A and 88. RGB value is (39,26,136). Sum of RGB (Red+Green+Blue) = 39+26+136=201 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.40% from 201); Green value is 26 (10.55% from 255 or 12.94% from 201); Blue value is 136 (53.52% from 255 or 67.66% from 201); Max value from RGB is 136 - color contains mainly: blue. Hex color #271A88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271A88 is #D8E577. Grayscale: #2A2A2A. Windows color (decimal): -14214520 or 8919591. OLE color: 8919591.

HSL color Cylindrical-coordinate representation of color #271A88: hue angle of 247.09º 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 #271A88 is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 39 26 136 -
CMYK 0.71 0.81 0 0.47
HSL 247.09º 0.68% 0.32% -
HSV(B) 247.09º 0.81% 0.53% -
XYZ 5.65 2.95 23.56 -
YUV 42.43 180.81 125.56 -
System Red Green Blue C M Y K H S L
Decimal 39 26 136 0.71 0.81 0 0.47 247.09 0.68 0.32
Hex 27 1A 88 47 51 0 2F F7 44 20
Octal 47 32 210 107 121 0 57 367 104 40
Binary 100111 11010 10001000 1000111 1010001 0 101111 11110111 1000100 100000

Color Harmonies of #271A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271A88

Black with #271A88

Text Example


Text Example

White with #271A88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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