#270681

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

Shades of Persian Indigo #270681

Tints of Persian Indigo #270681

Color information

#270681 (or 0x270681) is unknown color: approx Persian Indigo. HEX triplet: 27, 06 and 81. RGB value is (39,6,129). Sum of RGB (Red+Green+Blue) = 39+6+129=174 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.41% from 174); Green value is 6 (2.73% from 255 or 3.45% from 174); Blue value is 129 (50.78% from 255 or 74.14% from 174); Max value from RGB is 129 - color contains mainly: blue. Hex color #270681 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270681 is #D8F97E. Grayscale: #1D1D1D. Windows color (decimal): -14219647 or 8455719. OLE color: 8455719.

HSL color Cylindrical-coordinate representation of color #270681: hue angle of 256.1º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #270681 is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB396129-
CMYK0.700.9500.49
HSL256.1º91.11%26.47%-
HSV(B)256.1º95.35%50.59%-
XYZ4.862.1520.93-
YUV29.89183.93134.5-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.41%
GREEN value IS 6 (2.73% from 255) = 3.45%
BLUE value IS 129 (50.78% from 255) = 74.14%
R=22.41%
G=3.45%
B=74.14%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3961290.700.9500.49256.191.1126.47
Hex27681465F0311005b1a
Octal47620110613706140013332
Binary10011111010000001100011010111110110001100000000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270681; }

 p { color: rgb(39,6,129); }

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

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

 a { background-color: rgb(39,6,129); }

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

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

 span { border-color: rgb(39,6,129); }

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