Html Css Color HEX #2B0989 Persian Indigo

📋 copy color: '#2B0989'

red 43 ◦ green 9 ◦ blue 137

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

Shades of Persian Indigo #2B0989

Tints of Persian Indigo #2B0989

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.76%

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

R = 22.75%
G = 4.76%
B = 72.49%

CMYK

 C value IS 0.69

 M value IS 0.93

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2B0989 (or 0x2B0989) is known color: Persian Indigo. HEX triplet: 2B, 09 and 89. RGB value is (43,9,137). Sum of RGB (Red+Green+Blue) = 43+9+137=189 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.75% from 189); Green value is 9 (3.91% from 255 or 4.76% from 189); Blue value is 137 (53.91% from 255 or 72.49% from 189); Max value from RGB is 137 - color contains mainly: blue. Hex color #2B0989 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0989 is #D4F676. Grayscale: #212121. Windows color (decimal): -13956727 or 8980779. OLE color: 8980779.

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

Color convert

RGB 43 9 137 -
CMYK 0.69 0.93 0 0.46
HSL 255.94º 0.88% 0.29% -
HSV(B) 255.94º 0.93% 0.54% -
XYZ 5.61 2.52 23.86 -
YUV 33.76 186.26 134.59 -
System Red Green Blue C M Y K H S L
Decimal 43 9 137 0.69 0.93 0 0.46 255.94 0.88 0.29
Hex 2B 9 89 45 5D 0 2E 100 58 1D
Octal 53 11 211 105 135 0 56 400 130 35
Binary 101011 1001 10001001 1000101 1011101 0 101110 100000000 1011000 11101

Color Harmonies of #2B0989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0989

Black with #2B0989

Text Example


Text Example

White with #2B0989

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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