Html Css Color HEX #270087 Persian Indigo

📋 copy color: '#270087'

red 39 ◦ green 0 ◦ blue 135

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

Shades of Persian Indigo #270087

Tints of Persian Indigo #270087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 77.59%

R = 22.41%
G = 0%
B = 77.59%

CMYK

 C value IS 0.71

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#270087 (or 0x270087) is known color: Persian Indigo. HEX triplet: 27, 00 and 87. RGB value is (39,0,135). Sum of RGB (Red+Green+Blue) = 39+0+135=174 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.41% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 135 (53.12% from 255 or 77.59% from 174); Max value from RGB is 135 - color contains mainly: blue. Hex color #270087 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270087 is #D8FF78. Grayscale: #1A1A1A. Windows color (decimal): -14221177 or 8847399. OLE color: 8847399.

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

Color convert

RGB 39 0 135 -
CMYK 0.71 1 0 0.47
HSL 257.33º 1% 0.26% -
HSV(B) 257.33º 1% 0.53% -
XYZ 5.21 2.18 23.07 -
YUV 27.05 188.92 136.52 -
System Red Green Blue C M Y K H S L
Decimal 39 0 135 0.71 1 0 0.47 257.33 1 0.26
Hex 27 0 87 47 64 0 2F 101 64 1A
Octal 47 0 207 107 144 0 57 401 144 32
Binary 100111 0 10000111 1000111 1100100 0 101111 100000001 1100100 11010

Color Harmonies of #270087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270087

Black with #270087

Text Example


Text Example

White with #270087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270087; }

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

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

background-color css

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

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

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

border-color css

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

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

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