#270360

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

Shades of Persian Indigo #270360

Tints of Persian Indigo #270360

Color information

#270360 (or 0x270360) is unknown color: approx Persian Indigo. HEX triplet: 27, 03 and 60. RGB value is (39,3,96). Sum of RGB (Red+Green+Blue) = 39+3+96=138 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.26% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 96 (37.89% from 255 or 69.57% from 138); Max value from RGB is 96 - color contains mainly: blue. Hex color #270360 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270360 is #D8FC9F. Grayscale: #181818. Windows color (decimal): -14220448 or 6292263. OLE color: 6292263.

HSL color Cylindrical-coordinate representation of color #270360: hue angle of 263.23º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #270360 is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB39396-
CMYK0.590.9700.62
HSL263.23º93.94%19.41%-
HSV(B)263.23º96.88%37.65%-
XYZ2.981.3411.17-
YUV24.37168.43138.44-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 28.26%
GREEN value IS 3 (1.56% from 255) = 2.17%
BLUE value IS 96 (37.89% from 255) = 69.57%
R=28.26%
G=2.17%
B=69.57%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal393960.590.9700.62263.2393.9419.41
Hex273603B6103E1075e13
Octal4731407314107640713623
Binary10011111110000011101111000010111110100000111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270360; }

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

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

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

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

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

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

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

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