Html Css Color HEX #270489 Persian Indigo

📋 copy color: '#270489'

red 39 ◦ green 4 ◦ blue 137

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

Shades of Persian Indigo #270489

Tints of Persian Indigo #270489

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.22%

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

R = 21.67%
G = 2.22%
B = 76.11%

CMYK

 C value IS 0.72

 M value IS 0.97

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#270489 (or 0x270489) is known color: Persian Indigo. HEX triplet: 27, 04 and 89. RGB value is (39,4,137). Sum of RGB (Red+Green+Blue) = 39+4+137=180 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.67% from 180); Green value is 4 (1.95% from 255 or 2.22% from 180); Blue value is 137 (53.91% from 255 or 76.11% from 180); Max value from RGB is 137 - color contains mainly: blue. Hex color #270489 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270489 is #D8FB76. Grayscale: #1D1D1D. Windows color (decimal): -14220151 or 8979495. OLE color: 8979495.

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

Color convert

RGB 39 4 137 -
CMYK 0.72 0.97 0 0.46
HSL 255.79º 0.94% 0.28% -
HSV(B) 255.79º 0.97% 0.54% -
XYZ 5.4 2.32 23.83 -
YUV 29.63 188.6 134.69 -
System Red Green Blue C M Y K H S L
Decimal 39 4 137 0.72 0.97 0 0.46 255.79 0.94 0.28
Hex 27 4 89 48 61 0 2E 100 5E 1C
Octal 47 4 211 110 141 0 56 400 136 34
Binary 100111 100 10001001 1001000 1100001 0 101110 100000000 1011110 11100

Color Harmonies of #270489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270489

Black with #270489

Text Example


Text Example

White with #270489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270489; }

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

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

background-color css

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

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

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

border-color css

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

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

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