Html Css Color HEX #2B2589 Persian Indigo

📋 copy color: '#2B2589'

red 43 ◦ green 37 ◦ blue 137

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

Shades of Persian Indigo #2B2589

Tints of Persian Indigo #2B2589

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.05%

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

R = 19.82%
G = 17.05%
B = 63.13%

CMYK

 C value IS 0.69

 M value IS 0.73

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2B2589 (or 0x2B2589) is known color: Persian Indigo. HEX triplet: 2B, 25 and 89. RGB value is (43,37,137). Sum of RGB (Red+Green+Blue) = 43+37+137=217 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.82% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 137 (53.91% from 255 or 63.13% from 217); Max value from RGB is 137 - color contains mainly: blue. Hex color #2B2589 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2589 is #D4DA76. Grayscale: #313131. Windows color (decimal): -13949559 or 8987947. OLE color: 8987947.

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

Color convert

RGB 43 37 137 -
CMYK 0.69 0.73 0 0.46
HSL 243.6º 0.57% 0.34% -
HSV(B) 243.6º 0.73% 0.54% -
XYZ 6.17 3.64 24.04 -
YUV 50.19 176.99 122.87 -
System Red Green Blue C M Y K H S L
Decimal 43 37 137 0.69 0.73 0 0.46 243.6 0.57 0.34
Hex 2B 25 89 45 49 0 2E F4 39 22
Octal 53 45 211 105 111 0 56 364 71 42
Binary 101011 100101 10001001 1000101 1001001 0 101110 11110100 111001 100010

Color Harmonies of #2B2589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2589

Black with #2B2589

Text Example


Text Example

White with #2B2589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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