Html Css Color HEX #270089 Persian Indigo

📋 copy color: '#270089'

red 39 ◦ green 0 ◦ blue 137

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

Shades of Persian Indigo #270089

Tints of Persian Indigo #270089

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 22.16%
G = 0%
B = 77.84%

CMYK

 C value IS 0.72

 M value IS 1

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#270089 (or 0x270089) is known color: Persian Indigo. HEX triplet: 27, 00 and 89. RGB value is (39,0,137). Sum of RGB (Red+Green+Blue) = 39+0+137=176 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.16% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 137 (53.91% from 255 or 77.84% from 176); Max value from RGB is 137 - color contains mainly: blue. Hex color #270089 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270089 is #D8FF76. Grayscale: #1A1A1A. Windows color (decimal): -14221175 or 8978471. OLE color: 8978471.

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

Color convert

RGB 39 0 137 -
CMYK 0.72 1 0 0.46
HSL 257.08º 1% 0.27% -
HSV(B) 257.08º 1% 0.54% -
XYZ 5.35 2.24 23.82 -
YUV 27.28 189.92 136.36 -
System Red Green Blue C M Y K H S L
Decimal 39 0 137 0.72 1 0 0.46 257.08 1 0.27
Hex 27 0 89 48 64 0 2E 101 64 1B
Octal 47 0 211 110 144 0 56 401 144 33
Binary 100111 0 10001001 1001000 1100100 0 101110 100000001 1100100 11011

Color Harmonies of #270089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270089

Black with #270089

Text Example


Text Example

White with #270089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270089; }

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

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

background-color css

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

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

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

border-color css

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

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

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