Html Css Color HEX #270589 Persian Indigo

📋 copy color: '#270589'

red 39 ◦ green 5 ◦ blue 137

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

Shades of Persian Indigo #270589

Tints of Persian Indigo #270589

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.76%

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

R = 21.55%
G = 2.76%
B = 75.69%

CMYK

 C value IS 0.72

 M value IS 0.96

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#270589 (or 0x270589) is known color: Persian Indigo. HEX triplet: 27, 05 and 89. RGB value is (39,5,137). Sum of RGB (Red+Green+Blue) = 39+5+137=181 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.55% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 137 (53.91% from 255 or 75.69% from 181); Max value from RGB is 137 - color contains mainly: blue. Hex color #270589 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270589 is #D8FA76. Grayscale: #1D1D1D. Windows color (decimal): -14219895 or 8979751. OLE color: 8979751.

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

Color convert

RGB 39 5 137 -
CMYK 0.72 0.96 0 0.46
HSL 255.45º 0.93% 0.28% -
HSV(B) 255.45º 0.96% 0.54% -
XYZ 5.41 2.35 23.83 -
YUV 30.21 188.26 134.27 -
System Red Green Blue C M Y K H S L
Decimal 39 5 137 0.72 0.96 0 0.46 255.45 0.93 0.28
Hex 27 5 89 48 60 0 2E FF 5D 1C
Octal 47 5 211 110 140 0 56 377 135 34
Binary 100111 101 10001001 1001000 1100000 0 101110 11111111 1011101 11100

Color Harmonies of #270589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270589

Black with #270589

Text Example


Text Example

White with #270589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270589; }

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

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

background-color css

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

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

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

border-color css

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

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

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