Html Css Color HEX #270189 Persian Indigo

📋 copy color: '#270189'

red 39 ◦ green 1 ◦ blue 137

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

Shades of Persian Indigo #270189

Tints of Persian Indigo #270189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 77.4%

R = 22.03%
G = 0.56%
B = 77.4%

CMYK

 C value IS 0.72

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#270189 (or 0x270189) is known color: Persian Indigo. HEX triplet: 27, 01 and 89. RGB value is (39,1,137). Sum of RGB (Red+Green+Blue) = 39+1+137=177 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.03% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 137 (53.91% from 255 or 77.40% from 177); Max value from RGB is 137 - color contains mainly: blue. Hex color #270189 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270189 is #D8FE76. Grayscale: #1B1B1B. Windows color (decimal): -14220919 or 8978727. OLE color: 8978727.

HSL color Cylindrical-coordinate representation of color #270189: hue angle of 256.76º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #270189 is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 39 1 137 -
CMYK 0.72 0.99 0 0.46
HSL 256.76º 0.99% 0.27% -
HSV(B) 256.76º 0.99% 0.54% -
XYZ 5.36 2.26 23.82 -
YUV 27.87 189.59 135.94 -
System Red Green Blue C M Y K H S L
Decimal 39 1 137 0.72 0.99 0 0.46 256.76 0.99 0.27
Hex 27 1 89 48 63 0 2E 101 63 1B
Octal 47 1 211 110 143 0 56 401 143 33
Binary 100111 1 10001001 1001000 1100011 0 101110 100000001 1100011 11011

Color Harmonies of #270189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270189

Black with #270189

Text Example


Text Example

White with #270189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270189; }

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

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

background-color css

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

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

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

border-color css

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

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

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