Html Css Color HEX #2B1792 Persian Indigo

📋 copy color: '#2B1792'

red 43 ◦ green 23 ◦ blue 146

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

Shades of Persian Indigo #2B1792

Tints of Persian Indigo #2B1792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 68.87%

R = 20.28%
G = 10.85%
B = 68.87%

CMYK

 C value IS 0.71

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2B1792 (or 0x2B1792) is known color: Persian Indigo. HEX triplet: 2B, 17 and 92. RGB value is (43,23,146). Sum of RGB (Red+Green+Blue) = 43+23+146=212 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.28% from 212); Green value is 23 (9.38% from 255 or 10.85% from 212); Blue value is 146 (57.42% from 255 or 68.87% from 212); Max value from RGB is 146 - color contains mainly: blue. Hex color #2B1792 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B1792 is #D4E86D. Grayscale: #2A2A2A. Windows color (decimal): -13953134 or 9574187. OLE color: 9574187.

HSL color Cylindrical-coordinate representation of color #2B1792: hue angle of 249.76º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2B1792 is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 43 23 146 -
CMYK 0.71 0.84 0 0.43
HSL 249.76º 0.73% 0.33% -
HSV(B) 249.76º 0.84% 0.57% -
XYZ 6.49 3.2 27.47 -
YUV 43 186.13 128 -
System Red Green Blue C M Y K H S L
Decimal 43 23 146 0.71 0.84 0 0.43 249.76 0.73 0.33
Hex 2B 17 92 47 54 0 2B FA 49 21
Octal 53 27 222 107 124 0 53 372 111 41
Binary 101011 10111 10010010 1000111 1010100 0 101011 11111010 1001001 100001

Color Harmonies of #2B1792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1792

Black with #2B1792

Text Example


Text Example

White with #2B1792

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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