Html Css Color HEX #271986 Persian Indigo

📋 copy color: '#271986'

red 39 ◦ green 25 ◦ blue 134

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

Shades of Persian Indigo #271986

Tints of Persian Indigo #271986

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.63%

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

R = 19.7%
G = 12.63%
B = 67.68%

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

#271986 (or 0x271986) is known color: Persian Indigo. HEX triplet: 27, 19 and 86. RGB value is (39,25,134). Sum of RGB (Red+Green+Blue) = 39+25+134=198 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.70% from 198); Green value is 25 (10.16% from 255 or 12.63% from 198); Blue value is 134 (52.73% from 255 or 67.68% from 198); Max value from RGB is 134 - color contains mainly: blue. Hex color #271986 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #271986 is #D8E679. Grayscale: #292929. Windows color (decimal): -14214778 or 8788263. OLE color: 8788263.

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

Color convert

RGB 39 25 134 -
CMYK 0.71 0.81 0 0.47
HSL 247.71º 0.69% 0.31% -
HSV(B) 247.71º 0.81% 0.53% -
XYZ 5.49 2.85 22.81 -
YUV 41.61 180.14 126.14 -
System Red Green Blue C M Y K H S L
Decimal 39 25 134 0.71 0.81 0 0.47 247.71 0.69 0.31
Hex 27 19 86 47 51 0 2F F8 45 1F
Octal 47 31 206 107 121 0 57 370 105 37
Binary 100111 11001 10000110 1000111 1010001 0 101111 11111000 1000101 11111

Color Harmonies of #271986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271986

Black with #271986

Text Example


Text Example

White with #271986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271986; }

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

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

background-color css

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

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

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

border-color css

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

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

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