Html Css Color HEX #270287 Persian Indigo

📋 copy color: '#270287'

red 39 ◦ green 2 ◦ blue 135

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

Shades of Persian Indigo #270287

Tints of Persian Indigo #270287

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.14%

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

R = 22.16%
G = 1.14%
B = 76.7%

CMYK

 C value IS 0.71

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#270287 (or 0x270287) is known color: Persian Indigo. HEX triplet: 27, 02 and 87. RGB value is (39,2,135). Sum of RGB (Red+Green+Blue) = 39+2+135=176 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.16% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 135 (53.12% from 255 or 76.70% from 176); Max value from RGB is 135 - color contains mainly: blue. Hex color #270287 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270287 is #D8FD78. Grayscale: #1B1B1B. Windows color (decimal): -14220665 or 8847911. OLE color: 8847911.

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

Color convert

RGB 39 2 135 -
CMYK 0.71 0.99 0 0.47
HSL 256.69º 0.97% 0.27% -
HSV(B) 256.69º 0.99% 0.53% -
XYZ 5.23 2.22 23.08 -
YUV 28.23 188.26 135.69 -
System Red Green Blue C M Y K H S L
Decimal 39 2 135 0.71 0.99 0 0.47 256.69 0.97 0.27
Hex 27 2 87 47 63 0 2F 101 61 1B
Octal 47 2 207 107 143 0 57 401 141 33
Binary 100111 10 10000111 1000111 1100011 0 101111 100000001 1100001 11011

Color Harmonies of #270287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270287

Black with #270287

Text Example


Text Example

White with #270287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270287; }

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

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

background-color css

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

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

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

border-color css

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

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

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