#270A61

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

Shades of Persian Indigo #270A61

Tints of Persian Indigo #270A61

Color information

#270A61 (or 0x270A61) is unknown color: approx Persian Indigo. HEX triplet: 27, 0A and 61. RGB value is (39,10,97). Sum of RGB (Red+Green+Blue) = 39+10+97=146 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.71% from 146); Green value is 10 (4.30% from 255 or 6.85% from 146); Blue value is 97 (38.28% from 255 or 66.44% from 146); Max value from RGB is 97 - color contains mainly: blue. Hex color #270A61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270A61 is #D8F59E. Grayscale: #1C1C1C. Windows color (decimal): -14218655 or 6359591. OLE color: 6359591.

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

Color convert

RGB391097-
CMYK0.600.9000.62
HSL260º81.31%20.98%-
HSV(B)260º89.69%38.04%-
XYZ3.11.5111.44-
YUV28.59166.61135.43-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.71%
GREEN value IS 10 (4.30% from 255) = 6.85%
BLUE value IS 97 (38.28% from 255) = 66.44%
R=26.71%
G=6.85%
B=66.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3910970.600.9000.6226081.3120.98
Hex27A613C5A03E1045115
Octal47121417413207640412125
Binary1001111010110000111110010110100111110100000100101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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