#270365

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

Shades of Persian Indigo #270365

Tints of Persian Indigo #270365

Color information

#270365 (or 0x270365) is unknown color: approx Persian Indigo. HEX triplet: 27, 03 and 65. RGB value is (39,3,101). Sum of RGB (Red+Green+Blue) = 39+3+101=143 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.27% from 143); Green value is 3 (1.56% from 255 or 2.10% from 143); Blue value is 101 (39.84% from 255 or 70.63% from 143); Max value from RGB is 101 - color contains mainly: blue. Hex color #270365 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270365 is #D8FC9A. Grayscale: #181818. Windows color (decimal): -14220443 or 6619943. OLE color: 6619943.

HSL color Cylindrical-coordinate representation of color #270365: hue angle of 262.04º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #270365 is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB393101-
CMYK0.610.9700.60
HSL262.04º94.23%20.39%-
HSV(B)262.04º97.03%39.61%-
XYZ3.221.4412.42-
YUV24.94170.93138.03-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.27%
GREEN value IS 3 (1.56% from 255) = 2.10%
BLUE value IS 101 (39.84% from 255) = 70.63%
R=27.27%
G=2.10%
B=70.63%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3931010.610.9700.60262.0494.2320.39
Hex273653D6103C1065e14
Octal4731457514107440613624
Binary10011111110010111110111000010111100100000110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270365; }

 p { color: rgb(39,3,101); }

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

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

 a { background-color: rgb(39,3,101); }

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

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

 span { border-color: rgb(39,3,101); }

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