Html Css Color HEX #2B048E Persian Indigo

📋 copy color: '#2B048E'

red 43 ◦ green 4 ◦ blue 142

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

Shades of Persian Indigo #2B048E

Tints of Persian Indigo #2B048E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.12%

 BLUE value IS 142 (55.86% from 255) = 75.13%

R = 22.75%
G = 2.12%
B = 75.13%

CMYK

 C value IS 0.70

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2B048E (or 0x2B048E) is known color: Persian Indigo. HEX triplet: 2B, 04 and 8E. RGB value is (43,4,142). Sum of RGB (Red+Green+Blue) = 43+4+142=189 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.75% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 142 (55.86% from 255 or 75.13% from 189); Max value from RGB is 142 - color contains mainly: blue. Hex color #2B048E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B048E is #D4FB71. Grayscale: #1E1E1E. Windows color (decimal): -13958002 or 9307179. OLE color: 9307179.

HSL color Cylindrical-coordinate representation of color #2B048E: hue angle of 256.96º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2B048E is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 43 4 142 -
CMYK 0.70 0.97 0 0.44
HSL 256.96º 0.95% 0.29% -
HSV(B) 256.96º 0.97% 0.56% -
XYZ 5.92 2.55 25.77 -
YUV 31.39 190.42 136.28 -
System Red Green Blue C M Y K H S L
Decimal 43 4 142 0.70 0.97 0 0.44 256.96 0.95 0.29
Hex 2B 4 8E 46 61 0 2C 101 5F 1D
Octal 53 4 216 106 141 0 54 401 137 35
Binary 101011 100 10001110 1000110 1100001 0 101100 100000001 1011111 11101

Color Harmonies of #2B048E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B048E

Black with #2B048E

Text Example


Text Example

White with #2B048E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,4,142); }

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

background-color css

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

 a { background-color: rgb(43,4,142); }

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

border-color css

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

 span { border-color: rgb(43,4,142); }

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