#270875

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

Shades of Persian Indigo #270875

Tints of Persian Indigo #270875

Color information

#270875 (or 0x270875) is unknown color: approx Persian Indigo. HEX triplet: 27, 08 and 75. RGB value is (39,8,117). Sum of RGB (Red+Green+Blue) = 39+8+117=164 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.78% from 164); Green value is 8 (3.52% from 255 or 4.88% from 164); Blue value is 117 (46.09% from 255 or 71.34% from 164); Max value from RGB is 117 - color contains mainly: blue. Hex color #270875 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270875 is #D8F78A. Grayscale: #1D1D1D. Windows color (decimal): -14219147 or 7669799. OLE color: 7669799.

HSL color Cylindrical-coordinate representation of color #270875: hue angle of 257.06º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #270875 is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB398117-
CMYK0.670.9300.54
HSL257.06º87.2%24.51%-
HSV(B)257.06º93.16%45.88%-
XYZ4.131.8916.98-
YUV29.7177.27134.64-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.78%
GREEN value IS 8 (3.52% from 255) = 4.88%
BLUE value IS 117 (46.09% from 255) = 71.34%
R=23.78%
G=4.88%
B=71.34%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3981170.670.9300.54257.0687.224.51
Hex27875435D0361015719
Octal471016510313506640112731
Binary10011110001110101100001110111010110110100000001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270875; }

 p { color: rgb(39,8,117); }

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

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

 a { background-color: rgb(39,8,117); }

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

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

 span { border-color: rgb(39,8,117); }

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