#1B0377

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

Shades of Persian Indigo #1B0377

Tints of Persian Indigo #1B0377

Color information

#1B0377 (or 0x1B0377) is unknown color: approx Persian Indigo. HEX triplet: 1B, 03 and 77. RGB value is (27,3,119). Sum of RGB (Red+Green+Blue) = 27+3+119=149 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.12% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 119 (46.88% from 255 or 79.87% from 149); Max value from RGB is 119 - color contains mainly: blue. Hex color #1B0377 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B0377 is #E4FC88. Grayscale: #161616. Windows color (decimal): -15006857 or 7799579. OLE color: 7799579.

HSL color Cylindrical-coordinate representation of color #1B0377: hue angle of 252.41º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1B0377 is Cyan = 0.77, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB273119-
CMYK0.770.9700.53
HSL252.41º95.08%23.92%-
HSV(B)252.41º97.48%46.67%-
XYZ3.811.6317.57-
YUV23.4181.95130.57-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 18.12%
GREEN value IS 3 (1.56% from 255) = 2.01%
BLUE value IS 119 (46.88% from 255) = 79.87%
R=18.12%
G=2.01%
B=79.87%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2731190.770.9700.53252.4195.0823.92
Hex1B3774D61035fc5f18
Octal33316711514106537413730
Binary1101111111011110011011100001011010111111100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B0377; }

 p { color: rgb(27,3,119); }

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

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

 a { background-color: rgb(27,3,119); }

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

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

 span { border-color: rgb(27,3,119); }

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