#270561

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

Shades of Persian Indigo #270561

Tints of Persian Indigo #270561

Color information

#270561 (or 0x270561) is unknown color: approx Persian Indigo. HEX triplet: 27, 05 and 61. RGB value is (39,5,97). Sum of RGB (Red+Green+Blue) = 39+5+97=141 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.66% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 97 (38.28% from 255 or 68.79% from 141); Max value from RGB is 97 - color contains mainly: blue. Hex color #270561 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270561 is #D8FA9E. Grayscale: #191919. Windows color (decimal): -14219935 or 6358311. OLE color: 6358311.

HSL color Cylindrical-coordinate representation of color #270561: hue angle of 262.17º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #270561 is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB39597-
CMYK0.600.9500.62
HSL262.17º90.2%20%-
HSV(B)262.17º94.85%38.04%-
XYZ3.051.411.42-
YUV25.65168.26137.52-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.66%
GREEN value IS 5 (2.34% from 255) = 3.55%
BLUE value IS 97 (38.28% from 255) = 68.79%
R=27.66%
G=3.55%
B=68.79%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal395970.600.9500.62262.1790.220
Hex275613C5F03E1065a14
Octal4751417413707640613224
Binary100111101110000111110010111110111110100000110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270561; }

 p { color: rgb(39,5,97); }

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

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

 a { background-color: rgb(39,5,97); }

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

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

 span { border-color: rgb(39,5,97); }

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