Html Css Color HEX #1B0071 Persian Indigo

📋 copy color: '#1B0071'

red 27 ◦ green 0 ◦ blue 113

#1B0071
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #1B0071

Tints of Persian Indigo #1B0071

RGB

 RED value IS 27 (10.94% from 255) = 19.29%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 113 (44.53% from 255) = 80.71%

R = 19.29%
G = 0%
B = 80.71%

CMYK

 C value IS 0.76

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1B0071 (or 0x1B0071) is known color: Persian Indigo. HEX triplet: 1B, 00 and 71. RGB value is (27,0,113). Sum of RGB (Red+Green+Blue) = 27+0+113=140 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.29% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 113 (44.53% from 255 or 80.71% from 140); Max value from RGB is 113 - color contains mainly: blue. Hex color #1B0071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B0071 is #E4FF8E. Grayscale: #141414. Windows color (decimal): -15007631 or 7405595. OLE color: 7405595.

HSL color Cylindrical-coordinate representation of color #1B0071: hue angle of 254.34º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1B0071 is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 27 0 113 -
CMYK 0.76 1 0 0.56
HSL 254.34º 1% 0.22% -
HSV(B) 254.34º 1% 0.44% -
XYZ 3.43 1.43 15.72 -
YUV 20.96 179.95 132.31 -
System Red Green Blue C M Y K H S L
Decimal 27 0 113 0.76 1 0 0.56 254.34 1 0.22
Hex 1B 0 71 4C 64 0 38 FE 64 16
Octal 33 0 161 114 144 0 70 376 144 26
Binary 11011 0 1110001 1001100 1100100 0 111000 11111110 1100100 10110

Color Harmonies of #1B0071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0071

Black with #1B0071

Text Example


Text Example

White with #1B0071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,0,113); }

 H1.HeaderClassName
 {
   color: #1B0071;
 }
 .AnyTagClassName
 {
   color: #1B0071;
 }
</style>

background-color css

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

 a { background-color: rgb(27,0,113); }

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

border-color css

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

 span { border-color: rgb(27,0,113); }

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