#270263

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

Shades of Persian Indigo #270263

Tints of Persian Indigo #270263

Color information

#270263 (or 0x270263) is unknown color: approx Persian Indigo. HEX triplet: 27, 02 and 63. RGB value is (39,2,99). Sum of RGB (Red+Green+Blue) = 39+2+99=140 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.86% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 99 (39.06% from 255 or 70.71% from 140); Max value from RGB is 99 - color contains mainly: blue. Hex color #270263 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270263 is #D8FD9C. Grayscale: #171717. Windows color (decimal): -14220701 or 6488615. OLE color: 6488615.

HSL color Cylindrical-coordinate representation of color #270263: hue angle of 262.89º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #270263 is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB39299-
CMYK0.610.9800.61
HSL262.89º96.04%19.8%-
HSV(B)262.89º97.98%38.82%-
XYZ3.111.3811.91-
YUV24.12170.26138.61-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.86%
GREEN value IS 2 (1.17% from 255) = 1.43%
BLUE value IS 99 (39.06% from 255) = 70.71%
R=27.86%
G=1.43%
B=70.71%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal392990.610.9800.61262.8996.0419.8
Hex272633D6203D1076014
Octal4721437514207540714024
Binary10011110110001111110111000100111101100000111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270263; }

 p { color: rgb(39,2,99); }

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

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

 a { background-color: rgb(39,2,99); }

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

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

 span { border-color: rgb(39,2,99); }

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