Html Css Color HEX #270F87 Persian Indigo

📋 copy color: '#270F87'

red 39 ◦ green 15 ◦ blue 135

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

Shades of Persian Indigo #270F87

Tints of Persian Indigo #270F87

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.94%

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

R = 20.63%
G = 7.94%
B = 71.43%

CMYK

 C value IS 0.71

 M value IS 0.89

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#270F87 (or 0x270F87) is known color: Persian Indigo. HEX triplet: 27, 0F and 87. RGB value is (39,15,135). Sum of RGB (Red+Green+Blue) = 39+15+135=189 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.63% from 189); Green value is 15 (6.25% from 255 or 7.94% from 189); Blue value is 135 (53.12% from 255 or 71.43% from 189); Max value from RGB is 135 - color contains mainly: blue. Hex color #270F87 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270F87 is #D8F078. Grayscale: #232323. Windows color (decimal): -14217337 or 8851239. OLE color: 8851239.

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

Color convert

RGB 39 15 135 -
CMYK 0.71 0.89 0 0.47
HSL 252º 0.8% 0.29% -
HSV(B) 252º 0.89% 0.53% -
XYZ 5.38 2.52 23.12 -
YUV 35.86 183.95 130.24 -
System Red Green Blue C M Y K H S L
Decimal 39 15 135 0.71 0.89 0 0.47 252 0.8 0.29
Hex 27 F 87 47 59 0 2F FC 50 1D
Octal 47 17 207 107 131 0 57 374 120 35
Binary 100111 1111 10000111 1000111 1011001 0 101111 11111100 1010000 11101

Color Harmonies of #270F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270F87

Black with #270F87

Text Example


Text Example

White with #270F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270F87; }

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

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

background-color css

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

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

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

border-color css

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

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

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