Html Css Color HEX #270187 Persian Indigo

📋 copy color: '#270187'

red 39 ◦ green 1 ◦ blue 135

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

Shades of Persian Indigo #270187

Tints of Persian Indigo #270187

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.57%

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

R = 22.29%
G = 0.57%
B = 77.14%

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

#270187 (or 0x270187) is known color: Persian Indigo. HEX triplet: 27, 01 and 87. RGB value is (39,1,135). Sum of RGB (Red+Green+Blue) = 39+1+135=175 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.29% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 135 (53.12% from 255 or 77.14% from 175); Max value from RGB is 135 - color contains mainly: blue. Hex color #270187 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270187 is #D8FE78. Grayscale: #1B1B1B. Windows color (decimal): -14220921 or 8847655. OLE color: 8847655.

HSL color Cylindrical-coordinate representation of color #270187: hue angle of 257.01º degrees, saturation: 0.99, 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 #270187 is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 39 1 135 -
CMYK 0.71 0.99 0 0.47
HSL 257.01º 0.99% 0.27% -
HSV(B) 257.01º 0.99% 0.53% -
XYZ 5.22 2.2 23.07 -
YUV 27.64 188.59 136.1 -
System Red Green Blue C M Y K H S L
Decimal 39 1 135 0.71 0.99 0 0.47 257.01 0.99 0.27
Hex 27 1 87 47 63 0 2F 101 63 1B
Octal 47 1 207 107 143 0 57 401 143 33
Binary 100111 1 10000111 1000111 1100011 0 101111 100000001 1100011 11011

Color Harmonies of #270187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270187

Black with #270187

Text Example


Text Example

White with #270187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270187; }

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

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

background-color css

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

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

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

border-color css

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

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

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