Html Css Color HEX #2B0171 Persian Indigo

📋 copy color: '#2B0171'

red 43 ◦ green 1 ◦ blue 113

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

Shades of Persian Indigo #2B0171

Tints of Persian Indigo #2B0171

RGB

 RED value IS 43 (17.19% from 255) = 27.39%

 GREEN value IS 1 (0.78% from 255) = 0.64%

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

R = 27.39%
G = 0.64%
B = 71.97%

CMYK

 C value IS 0.62

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2B0171 (or 0x2B0171) is known color: Persian Indigo. HEX triplet: 2B, 01 and 71. RGB value is (43,1,113). Sum of RGB (Red+Green+Blue) = 43+1+113=157 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.39% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 113 (44.53% from 255 or 71.97% from 157); Max value from RGB is 113 - color contains mainly: blue. Hex color #2B0171 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0171 is #D4FE8E. Grayscale: #191919. Windows color (decimal): -13958799 or 7405867. OLE color: 7405867.

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

Color convert

RGB 43 1 113 -
CMYK 0.62 0.99 0 0.56
HSL 262.5º 0.98% 0.22% -
HSV(B) 262.5º 0.99% 0.44% -
XYZ 3.99 1.73 15.75 -
YUV 26.33 176.91 139.89 -
System Red Green Blue C M Y K H S L
Decimal 43 1 113 0.62 0.99 0 0.56 262.5 0.98 0.22
Hex 2B 1 71 3E 63 0 38 106 62 16
Octal 53 1 161 76 143 0 70 406 142 26
Binary 101011 1 1110001 111110 1100011 0 111000 100000110 1100010 10110

Color Harmonies of #2B0171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0171

Black with #2B0171

Text Example


Text Example

White with #2B0171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B0171; }

 p { color: rgb(43,1,113); }

 H1.HeaderClassName
 {
   color: #2B0171;
 }
 .AnyTagClassName
 {
   color: #2B0171;
 }
</style>

background-color css

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

 a { background-color: rgb(43,1,113); }

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

border-color css

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

 span { border-color: rgb(43,1,113); }

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