Html Css Color HEX #2B1773 Persian Indigo

📋 copy color: '#2B1773'

red 43 ◦ green 23 ◦ blue 115

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

Shades of Persian Indigo #2B1773

Tints of Persian Indigo #2B1773

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.71%

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

R = 23.76%
G = 12.71%
B = 63.54%

CMYK

 C value IS 0.63

 M value IS 0.80

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2B1773 (or 0x2B1773) is known color: Persian Indigo. HEX triplet: 2B, 17 and 73. RGB value is (43,23,115). Sum of RGB (Red+Green+Blue) = 43+23+115=181 (23% of max value = 765). Red value is 43 (17.19% from 255 or 23.76% from 181); Green value is 23 (9.38% from 255 or 12.71% from 181); Blue value is 115 (45.31% from 255 or 63.54% from 181); Max value from RGB is 115 - color contains mainly: blue. Hex color #2B1773 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B1773 is #D4E88C. Grayscale: #272727. Windows color (decimal): -13953165 or 7542571. OLE color: 7542571.

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

Color convert

RGB 43 23 115 -
CMYK 0.63 0.80 0 0.55
HSL 253.04º 0.67% 0.27% -
HSV(B) 253.04º 0.8% 0.45% -
XYZ 4.4 2.36 16.44 -
YUV 39.47 170.63 130.52 -
System Red Green Blue C M Y K H S L
Decimal 43 23 115 0.63 0.80 0 0.55 253.04 0.67 0.27
Hex 2B 17 73 3F 50 0 37 FD 43 1B
Octal 53 27 163 77 120 0 67 375 103 33
Binary 101011 10111 1110011 111111 1010000 0 110111 11111101 1000011 11011

Color Harmonies of #2B1773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1773

Black with #2B1773

Text Example


Text Example

White with #2B1773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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