Html Css Color HEX #270986 Persian Indigo

📋 copy color: '#270986'

red 39 ◦ green 9 ◦ blue 134

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

Shades of Persian Indigo #270986

Tints of Persian Indigo #270986

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.95%

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

R = 21.43%
G = 4.95%
B = 73.63%

CMYK

 C value IS 0.71

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#270986 (or 0x270986) is known color: Persian Indigo. HEX triplet: 27, 09 and 86. RGB value is (39,9,134). Sum of RGB (Red+Green+Blue) = 39+9+134=182 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.43% from 182); Green value is 9 (3.91% from 255 or 4.95% from 182); Blue value is 134 (52.73% from 255 or 73.63% from 182); Max value from RGB is 134 - color contains mainly: blue. Hex color #270986 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270986 is #D8F679. Grayscale: #1F1F1F. Windows color (decimal): -14218874 or 8784167. OLE color: 8784167.

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

Color convert

RGB 39 9 134 -
CMYK 0.71 0.93 0 0.47
HSL 254.4º 0.87% 0.28% -
HSV(B) 254.4º 0.93% 0.53% -
XYZ 5.24 2.35 22.73 -
YUV 32.22 185.44 132.84 -
System Red Green Blue C M Y K H S L
Decimal 39 9 134 0.71 0.93 0 0.47 254.4 0.87 0.28
Hex 27 9 86 47 5D 0 2F FE 57 1C
Octal 47 11 206 107 135 0 57 376 127 34
Binary 100111 1001 10000110 1000111 1011101 0 101111 11111110 1010111 11100

Color Harmonies of #270986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270986

Black with #270986

Text Example


Text Example

White with #270986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270986; }

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

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

background-color css

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

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

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

border-color css

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

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

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