Html Css Color HEX #270E86 Persian Indigo

📋 copy color: '#270E86'

red 39 ◦ green 14 ◦ blue 134

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

Shades of Persian Indigo #270E86

Tints of Persian Indigo #270E86

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.49%

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

R = 20.86%
G = 7.49%
B = 71.66%

CMYK

 C value IS 0.71

 M value IS 0.90

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#270E86 (or 0x270E86) is known color: Persian Indigo. HEX triplet: 27, 0E and 86. RGB value is (39,14,134). Sum of RGB (Red+Green+Blue) = 39+14+134=187 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.86% from 187); Green value is 14 (5.86% from 255 or 7.49% from 187); Blue value is 134 (52.73% from 255 or 71.66% from 187); Max value from RGB is 134 - color contains mainly: blue. Hex color #270E86 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270E86 is #D8F179. Grayscale: #222222. Windows color (decimal): -14217594 or 8785447. OLE color: 8785447.

HSL color Cylindrical-coordinate representation of color #270E86: hue angle of 252.5º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #270E86 is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 39 14 134 -
CMYK 0.71 0.90 0 0.47
HSL 252.5º 0.81% 0.29% -
HSV(B) 252.5º 0.9% 0.53% -
XYZ 5.3 2.47 22.75 -
YUV 35.16 183.78 130.74 -
System Red Green Blue C M Y K H S L
Decimal 39 14 134 0.71 0.90 0 0.47 252.5 0.81 0.29
Hex 27 E 86 47 5A 0 2F FD 51 1D
Octal 47 16 206 107 132 0 57 375 121 35
Binary 100111 1110 10000110 1000111 1011010 0 101111 11111101 1010001 11101

Color Harmonies of #270E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270E86

Black with #270E86

Text Example


Text Example

White with #270E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270E86; }

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

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

background-color css

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

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

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

border-color css

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

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

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