#271383

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

Shades of Persian Indigo #271383

Tints of Persian Indigo #271383

Color information

#271383 (or 0x271383) is unknown color: approx Persian Indigo. HEX triplet: 27, 13 and 83. RGB value is (39,19,131). Sum of RGB (Red+Green+Blue) = 39+19+131=189 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.63% from 189); Green value is 19 (7.81% from 255 or 10.05% from 189); Blue value is 131 (51.56% from 255 or 69.31% from 189); Max value from RGB is 131 - color contains mainly: blue. Hex color #271383 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #271383 is #D8EC7C. Grayscale: #252525. Windows color (decimal): -14216317 or 8590119. OLE color: 8590119.

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

Color convert

RGB3919131-
CMYK0.700.8500.49
HSL250.71º74.67%29.41%-
HSV(B)250.71º85.5%51.37%-
XYZ5.172.5421.69-
YUV37.75180.63128.89-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.63%
GREEN value IS 19 (7.81% from 255) = 10.05%
BLUE value IS 131 (51.56% from 255) = 69.31%
R=20.63%
G=10.05%
B=69.31%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal39191310.700.8500.49250.7174.6729.41
Hex2713834655031fb4b1d
Octal472320310612506137311335
Binary100111100111000001110001101010101011000111111011100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271383; }

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

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

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

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

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

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

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

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