#270B7E

Color #270B7E Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #270B7E

Tints of Persian Indigo #270B7E

Color information

#270B7E (or 0x270B7E) is unknown color: approx Persian Indigo. HEX triplet: 27, 0B and 7E. RGB value is (39,11,126). Sum of RGB (Red+Green+Blue) = 39+11+126=176 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.16% from 176); Green value is 11 (4.69% from 255 or 6.25% from 176); Blue value is 126 (49.61% from 255 or 71.59% from 176); Max value from RGB is 126 - color contains mainly: blue. Hex color #270B7E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270B7E is #D8F481. Grayscale: #202020. Windows color (decimal): -14218370 or 8260391. OLE color: 8260391.

HSL color Cylindrical-coordinate representation of color #270B7E: hue angle of 254.61º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #270B7E is Cyan = 0.69, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3911126-
CMYK0.690.9100.51
HSL254.61º83.94%26.86%-
HSV(B)254.61º91.27%49.41%-
XYZ4.722.1819.91-
YUV32.48180.78132.65-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.16%
GREEN value IS 11 (4.69% from 255) = 6.25%
BLUE value IS 126 (49.61% from 255) = 71.59%
R=22.16%
G=6.25%
B=71.59%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal39111260.690.9100.51254.6183.9426.86
Hex27B7E455B033ff541b
Octal471317610513306337712433
Binary1001111011111111010001011011011011001111111111101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,11,126); }

 H1.HeaderClassName
 {
   color: #270B7E;
 }
 .AnyTagClassName
 {
   color: #270B7E;
 }
</style>
background-color css

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

 a { background-color: rgb(39,11,126); }

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

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

 span { border-color: rgb(39,11,126); }

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