Html Css Color HEX #270186 Persian Indigo

📋 copy color: '#270186'

red 39 ◦ green 1 ◦ blue 134

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

Shades of Persian Indigo #270186

Tints of Persian Indigo #270186

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.57%

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

R = 22.41%
G = 0.57%
B = 77.01%

CMYK

 C value IS 0.71

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#270186 (or 0x270186) is known color: Persian Indigo. HEX triplet: 27, 01 and 86. RGB value is (39,1,134). Sum of RGB (Red+Green+Blue) = 39+1+134=174 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.41% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 134 (52.73% from 255 or 77.01% from 174); Max value from RGB is 134 - color contains mainly: blue. Hex color #270186 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270186 is #D8FE79. Grayscale: #1B1B1B. Windows color (decimal): -14220922 or 8782119. OLE color: 8782119.

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

Color convert

RGB 39 1 134 -
CMYK 0.71 0.99 0 0.47
HSL 257.14º 0.99% 0.26% -
HSV(B) 257.14º 0.99% 0.53% -
XYZ 5.15 2.17 22.7 -
YUV 27.52 188.09 136.19 -
System Red Green Blue C M Y K H S L
Decimal 39 1 134 0.71 0.99 0 0.47 257.14 0.99 0.26
Hex 27 1 86 47 63 0 2F 101 63 1A
Octal 47 1 206 107 143 0 57 401 143 32
Binary 100111 1 10000110 1000111 1100011 0 101111 100000001 1100011 11010

Color Harmonies of #270186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270186

Black with #270186

Text Example


Text Example

White with #270186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270186; }

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

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

background-color css

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

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

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

border-color css

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

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

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