Html Css Color HEX #2B1889 Persian Indigo

📋 copy color: '#2B1889'

red 43 ◦ green 24 ◦ blue 137

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

Shades of Persian Indigo #2B1889

Tints of Persian Indigo #2B1889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 67.16%

R = 21.08%
G = 11.76%
B = 67.16%

CMYK

 C value IS 0.69

 M value IS 0.82

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2B1889 (or 0x2B1889) is known color: Persian Indigo. HEX triplet: 2B, 18 and 89. RGB value is (43,24,137). Sum of RGB (Red+Green+Blue) = 43+24+137=204 (27% of max value = 765). Red value is 43 (17.19% from 255 or 21.08% from 204); Green value is 24 (9.77% from 255 or 11.76% from 204); Blue value is 137 (53.91% from 255 or 67.16% from 204); Max value from RGB is 137 - color contains mainly: blue. Hex color #2B1889 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B1889 is #D4E776. Grayscale: #2A2A2A. Windows color (decimal): -13952887 or 8984619. OLE color: 8984619.

HSL color Cylindrical-coordinate representation of color #2B1889: hue angle of 250.09º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B1889 is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 43 24 137 -
CMYK 0.69 0.82 0 0.46
HSL 250.09º 0.7% 0.32% -
HSV(B) 250.09º 0.82% 0.54% -
XYZ 5.84 2.97 23.93 -
YUV 42.56 181.29 128.31 -
System Red Green Blue C M Y K H S L
Decimal 43 24 137 0.69 0.82 0 0.46 250.09 0.7 0.32
Hex 2B 18 89 45 52 0 2E FA 46 20
Octal 53 30 211 105 122 0 56 372 106 40
Binary 101011 11000 10001001 1000101 1010010 0 101110 11111010 1000110 100000

Color Harmonies of #2B1889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1889

Black with #2B1889

Text Example


Text Example

White with #2B1889

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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