Html Css Color HEX #2B048A Persian Indigo

📋 copy color: '#2B048A'

red 43 ◦ green 4 ◦ blue 138

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

Shades of Persian Indigo #2B048A

Tints of Persian Indigo #2B048A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 74.59%

R = 23.24%
G = 2.16%
B = 74.59%

CMYK

 C value IS 0.69

 M value IS 0.97

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2B048A (or 0x2B048A) is known color: Persian Indigo. HEX triplet: 2B, 04 and 8A. RGB value is (43,4,138). Sum of RGB (Red+Green+Blue) = 43+4+138=185 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.24% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 138 (54.30% from 255 or 74.59% from 185); Max value from RGB is 138 - color contains mainly: blue. Hex color #2B048A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B048A is #D4FB75. Grayscale: #1E1E1E. Windows color (decimal): -13958006 or 9045035. OLE color: 9045035.

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

Color convert

RGB 43 4 138 -
CMYK 0.69 0.97 0 0.46
HSL 257.46º 0.94% 0.28% -
HSV(B) 257.46º 0.97% 0.54% -
XYZ 5.63 2.44 24.22 -
YUV 30.94 188.42 136.6 -
System Red Green Blue C M Y K H S L
Decimal 43 4 138 0.69 0.97 0 0.46 257.46 0.94 0.28
Hex 2B 4 8A 45 61 0 2E 101 5E 1C
Octal 53 4 212 105 141 0 56 401 136 34
Binary 101011 100 10001010 1000101 1100001 0 101110 100000001 1011110 11100

Color Harmonies of #2B048A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B048A

Black with #2B048A

Text Example


Text Example

White with #2B048A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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