Html Css Color HEX #2B1B71 Persian Indigo

📋 copy color: '#2B1B71'

red 43 ◦ green 27 ◦ blue 113

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

Shades of Persian Indigo #2B1B71

Tints of Persian Indigo #2B1B71

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.75%

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

R = 23.5%
G = 14.75%
B = 61.75%

CMYK

 C value IS 0.62

 M value IS 0.76

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2B1B71 (or 0x2B1B71) is known color: Persian Indigo. HEX triplet: 2B, 1B and 71. RGB value is (43,27,113). Sum of RGB (Red+Green+Blue) = 43+27+113=183 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.50% from 183); Green value is 27 (10.94% from 255 or 14.75% from 183); Blue value is 113 (44.53% from 255 or 61.75% from 183); Max value from RGB is 113 - color contains mainly: blue. Hex color #2B1B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B1B71 is #D4E48E. Grayscale: #292929. Windows color (decimal): -13952143 or 7412523. OLE color: 7412523.

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

Color convert

RGB 43 27 113 -
CMYK 0.62 0.76 0 0.56
HSL 251.16º 0.61% 0.27% -
HSV(B) 251.16º 0.76% 0.44% -
XYZ 4.37 2.49 15.87 -
YUV 41.59 168.3 129.01 -
System Red Green Blue C M Y K H S L
Decimal 43 27 113 0.62 0.76 0 0.56 251.16 0.61 0.27
Hex 2B 1B 71 3E 4C 0 38 FB 3D 1B
Octal 53 33 161 76 114 0 70 373 75 33
Binary 101011 11011 1110001 111110 1001100 0 111000 11111011 111101 11011

Color Harmonies of #2B1B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1B71

Black with #2B1B71

Text Example


Text Example

White with #2B1B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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