Html Css Color HEX #271771 Persian Indigo

📋 copy color: '#271771'

red 39 ◦ green 23 ◦ blue 113

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

Shades of Persian Indigo #271771

Tints of Persian Indigo #271771

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.14%

 BLUE value IS 113 (44.53% from 255) = 64.57%

R = 22.29%
G = 13.14%
B = 64.57%

CMYK

 C value IS 0.65

 M value IS 0.80

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#271771 (or 0x271771) is known color: Persian Indigo. HEX triplet: 27, 17 and 71. RGB value is (39,23,113). Sum of RGB (Red+Green+Blue) = 39+23+113=175 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.29% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 113 (44.53% from 255 or 64.57% from 175); Max value from RGB is 113 - color contains mainly: blue. Hex color #271771 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271771 is #D8E88E. Grayscale: #252525. Windows color (decimal): -14215311 or 7411495. OLE color: 7411495.

HSL color Cylindrical-coordinate representation of color #271771: hue angle of 250.67º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #271771 is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 39 23 113 -
CMYK 0.65 0.80 0 0.56
HSL 250.67º 0.66% 0.27% -
HSV(B) 250.67º 0.8% 0.44% -
XYZ 4.12 2.24 15.84 -
YUV 38.04 170.3 128.68 -
System Red Green Blue C M Y K H S L
Decimal 39 23 113 0.65 0.80 0 0.56 250.67 0.66 0.27
Hex 27 17 71 41 50 0 38 FB 42 1B
Octal 47 27 161 101 120 0 70 373 102 33
Binary 100111 10111 1110001 1000001 1010000 0 111000 11111011 1000010 11011

Color Harmonies of #271771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271771

Black with #271771

Text Example


Text Example

White with #271771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271771; }

 p { color: rgb(39,23,113); }

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

background-color css

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

 a { background-color: rgb(39,23,113); }

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

border-color css

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

 span { border-color: rgb(39,23,113); }

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