Html Css Color HEX #2B1873 Persian Indigo

📋 copy color: '#2B1873'

red 43 ◦ green 24 ◦ blue 115

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

Shades of Persian Indigo #2B1873

Tints of Persian Indigo #2B1873

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.19%

 BLUE value IS 115 (45.31% from 255) = 63.19%

R = 23.63%
G = 13.19%
B = 63.19%

CMYK

 C value IS 0.63

 M value IS 0.79

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2B1873 (or 0x2B1873) is known color: Persian Indigo. HEX triplet: 2B, 18 and 73. RGB value is (43,24,115). Sum of RGB (Red+Green+Blue) = 43+24+115=182 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.63% from 182); Green value is 24 (9.77% from 255 or 13.19% from 182); Blue value is 115 (45.31% from 255 or 63.19% from 182); Max value from RGB is 115 - color contains mainly: blue. Hex color #2B1873 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B1873 is #D4E78C. Grayscale: #272727. Windows color (decimal): -13952909 or 7542827. OLE color: 7542827.

HSL color Cylindrical-coordinate representation of color #2B1873: hue angle of 252.53º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B1873 is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 43 24 115 -
CMYK 0.63 0.79 0 0.55
HSL 252.53º 0.65% 0.27% -
HSV(B) 252.53º 0.79% 0.45% -
XYZ 4.42 2.4 16.45 -
YUV 40.06 170.29 130.1 -
System Red Green Blue C M Y K H S L
Decimal 43 24 115 0.63 0.79 0 0.55 252.53 0.65 0.27
Hex 2B 18 73 3F 4F 0 37 FD 41 1B
Octal 53 30 163 77 117 0 67 375 101 33
Binary 101011 11000 1110011 111111 1001111 0 110111 11111101 1000001 11011

Color Harmonies of #2B1873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1873

Black with #2B1873

Text Example


Text Example

White with #2B1873

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,24,115); }

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

background-color css

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

 a { background-color: rgb(43,24,115); }

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

border-color css

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

 span { border-color: rgb(43,24,115); }

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