Html Css Color HEX #2B128B Persian Indigo

📋 copy color: '#2B128B'

red 43 ◦ green 18 ◦ blue 139

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

Shades of Persian Indigo #2B128B

Tints of Persian Indigo #2B128B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9%

 BLUE value IS 139 (54.69% from 255) = 69.5%

R = 21.5%
G = 9%
B = 69.5%

CMYK

 C value IS 0.69

 M value IS 0.87

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2B128B (or 0x2B128B) is known color: Persian Indigo. HEX triplet: 2B, 12 and 8B. RGB value is (43,18,139). Sum of RGB (Red+Green+Blue) = 43+18+139=200 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.5% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 139 (54.69% from 255 or 69.5% from 200); Max value from RGB is 139 - color contains mainly: blue. Hex color #2B128B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B128B is #D4ED74. Grayscale: #262626. Windows color (decimal): -13954421 or 9114155. OLE color: 9114155.

HSL color Cylindrical-coordinate representation of color #2B128B: hue angle of 252.4º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2B128B is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 43 18 139 -
CMYK 0.69 0.87 0 0.45
HSL 252.4º 0.77% 0.31% -
HSV(B) 252.4º 0.87% 0.55% -
XYZ 5.87 2.81 24.66 -
YUV 39.27 184.28 130.66 -
System Red Green Blue C M Y K H S L
Decimal 43 18 139 0.69 0.87 0 0.45 252.4 0.77 0.31
Hex 2B 12 8B 45 57 0 2D FC 4D 1F
Octal 53 22 213 105 127 0 55 374 115 37
Binary 101011 10010 10001011 1000101 1010111 0 101101 11111100 1001101 11111

Color Harmonies of #2B128B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B128B

Black with #2B128B

Text Example


Text Example

White with #2B128B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,18,139); }

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

background-color css

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

 a { background-color: rgb(43,18,139); }

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

border-color css

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

 span { border-color: rgb(43,18,139); }

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