Html Css Color HEX #271379 Persian Indigo

📋 copy color: '#271379'

red 39 ◦ green 19 ◦ blue 121

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

Shades of Persian Indigo #271379

Tints of Persian Indigo #271379

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.61%

 BLUE value IS 121 (47.66% from 255) = 67.6%

R = 21.79%
G = 10.61%
B = 67.6%

CMYK

 C value IS 0.68

 M value IS 0.84

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#271379 (or 0x271379) is known color: Persian Indigo. HEX triplet: 27, 13 and 79. RGB value is (39,19,121). Sum of RGB (Red+Green+Blue) = 39+19+121=179 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.79% from 179); Green value is 19 (7.81% from 255 or 10.61% from 179); Blue value is 121 (47.66% from 255 or 67.60% from 179); Max value from RGB is 121 - color contains mainly: blue. Hex color #271379 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271379 is #D8EC86. Grayscale: #242424. Windows color (decimal): -14216327 or 7934759. OLE color: 7934759.

HSL color Cylindrical-coordinate representation of color #271379: hue angle of 251.76º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #271379 is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 39 19 121 -
CMYK 0.68 0.84 0 0.53
HSL 251.76º 0.73% 0.27% -
HSV(B) 251.76º 0.84% 0.47% -
XYZ 4.52 2.28 18.29 -
YUV 36.61 175.63 129.71 -
System Red Green Blue C M Y K H S L
Decimal 39 19 121 0.68 0.84 0 0.53 251.76 0.73 0.27
Hex 27 13 79 44 54 0 35 FC 49 1B
Octal 47 23 171 104 124 0 65 374 111 33
Binary 100111 10011 1111001 1000100 1010100 0 110101 11111100 1001001 11011

Color Harmonies of #271379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271379

Black with #271379

Text Example


Text Example

White with #271379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271379; }

 p { color: rgb(39,19,121); }

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

background-color css

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

 a { background-color: rgb(39,19,121); }

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

border-color css

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

 span { border-color: rgb(39,19,121); }

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