Html Css Color HEX #2B0484 Persian Indigo

📋 copy color: '#2B0484'

red 43 ◦ green 4 ◦ blue 132

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

Shades of Persian Indigo #2B0484

Tints of Persian Indigo #2B0484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 73.74%

R = 24.02%
G = 2.23%
B = 73.74%

CMYK

 C value IS 0.67

 M value IS 0.97

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#2B0484 (or 0x2B0484) is known color: Persian Indigo. HEX triplet: 2B, 04 and 84. RGB value is (43,4,132). Sum of RGB (Red+Green+Blue) = 43+4+132=179 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.02% from 179); Green value is 4 (1.95% from 255 or 2.23% from 179); Blue value is 132 (51.95% from 255 or 73.74% from 179); Max value from RGB is 132 - color contains mainly: blue. Hex color #2B0484 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0484 is #D4FB7B. Grayscale: #1D1D1D. Windows color (decimal): -13958012 or 8651819. OLE color: 8651819.

HSL color Cylindrical-coordinate representation of color #2B0484: hue angle of 258.28º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2B0484 is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 43 4 132 -
CMYK 0.67 0.97 0 0.48
HSL 258.28º 0.94% 0.27% -
HSV(B) 258.28º 0.97% 0.52% -
XYZ 5.2 2.27 21.99 -
YUV 30.25 185.42 137.09 -
System Red Green Blue C M Y K H S L
Decimal 43 4 132 0.67 0.97 0 0.48 258.28 0.94 0.27
Hex 2B 4 84 43 61 0 30 102 5E 1B
Octal 53 4 204 103 141 0 60 402 136 33
Binary 101011 100 10000100 1000011 1100001 0 110000 100000010 1011110 11011

Color Harmonies of #2B0484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0484

Black with #2B0484

Text Example


Text Example

White with #2B0484

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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