Html Css Color HEX #271A80 Persian Indigo

📋 copy color: '#271A80'

red 39 ◦ green 26 ◦ blue 128

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

Shades of Persian Indigo #271A80

Tints of Persian Indigo #271A80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 66.32%

R = 20.21%
G = 13.47%
B = 66.32%

CMYK

 C value IS 0.70

 M value IS 0.80

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#271A80 (or 0x271A80) is known color: Persian Indigo. HEX triplet: 27, 1A and 80. RGB value is (39,26,128). Sum of RGB (Red+Green+Blue) = 39+26+128=193 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.21% from 193); Green value is 26 (10.55% from 255 or 13.47% from 193); Blue value is 128 (50.39% from 255 or 66.32% from 193); Max value from RGB is 128 - color contains mainly: blue. Hex color #271A80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271A80 is #D8E57F. Grayscale: #292929. Windows color (decimal): -14214528 or 8395303. OLE color: 8395303.

HSL color Cylindrical-coordinate representation of color #271A80: hue angle of 247.65º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #271A80 is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 39 26 128 -
CMYK 0.70 0.80 0 0.50
HSL 247.65º 0.66% 0.3% -
HSV(B) 247.65º 0.8% 0.5% -
XYZ 5.1 2.73 20.68 -
YUV 41.52 176.81 126.21 -
System Red Green Blue C M Y K H S L
Decimal 39 26 128 0.70 0.80 0 0.50 247.65 0.66 0.3
Hex 27 1A 80 46 50 0 32 F8 42 1E
Octal 47 32 200 106 120 0 62 370 102 36
Binary 100111 11010 10000000 1000110 1010000 0 110010 11111000 1000010 11110

Color Harmonies of #271A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271A80

Black with #271A80

Text Example


Text Example

White with #271A80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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