#270883

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

Shades of Persian Indigo #270883

Tints of Persian Indigo #270883

Color information

#270883 (or 0x270883) is unknown color: approx Persian Indigo. HEX triplet: 27, 08 and 83. RGB value is (39,8,131). Sum of RGB (Red+Green+Blue) = 39+8+131=178 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.91% from 178); Green value is 8 (3.52% from 255 or 4.49% from 178); Blue value is 131 (51.56% from 255 or 73.60% from 178); Max value from RGB is 131 - color contains mainly: blue. Hex color #270883 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270883 is #D8F77C. Grayscale: #1E1E1E. Windows color (decimal): -14219133 or 8587303. OLE color: 8587303.

HSL color Cylindrical-coordinate representation of color #270883: hue angle of 255.12º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #270883 is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB398131-
CMYK0.700.9400.49
HSL255.12º88.49%27.25%-
HSV(B)255.12º93.89%51.37%-
XYZ5.022.2421.64-
YUV31.29184.27133.5-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.91%
GREEN value IS 8 (3.52% from 255) = 4.49%
BLUE value IS 131 (51.56% from 255) = 73.60%
R=21.91%
G=4.49%
B=73.60%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3981310.700.9400.49255.1288.4927.25
Hex27883465E031ff581b
Octal471020310613606137713033
Binary10011110001000001110001101011110011000111111111101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270883; }

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

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

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

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

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

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

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

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