Html Css Color HEX #271988 Persian Indigo

📋 copy color: '#271988'

red 39 ◦ green 25 ◦ blue 136

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

Shades of Persian Indigo #271988

Tints of Persian Indigo #271988

RGB

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

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

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

R = 19.5%
G = 12.5%
B = 68%

CMYK

 C value IS 0.71

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#271988 (or 0x271988) is known color: Persian Indigo. HEX triplet: 27, 19 and 88. RGB value is (39,25,136). Sum of RGB (Red+Green+Blue) = 39+25+136=200 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.5% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 136 (53.52% from 255 or 68% from 200); Max value from RGB is 136 - color contains mainly: blue. Hex color #271988 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #271988 is #D8E677. Grayscale: #292929. Windows color (decimal): -14214776 or 8919335. OLE color: 8919335.

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

Color convert

RGB 39 25 136 -
CMYK 0.71 0.82 0 0.47
HSL 247.57º 0.69% 0.32% -
HSV(B) 247.57º 0.82% 0.53% -
XYZ 5.63 2.9 23.56 -
YUV 41.84 181.14 125.97 -
System Red Green Blue C M Y K H S L
Decimal 39 25 136 0.71 0.82 0 0.47 247.57 0.69 0.32
Hex 27 19 88 47 52 0 2F F8 45 20
Octal 47 31 210 107 122 0 57 370 105 40
Binary 100111 11001 10001000 1000111 1010010 0 101111 11111000 1000101 100000

Color Harmonies of #271988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271988

Black with #271988

Text Example


Text Example

White with #271988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271988; }

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

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

background-color css

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

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

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

border-color css

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

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

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