Html Css Color HEX #2B0279 Persian Indigo

📋 copy color: '#2B0279'

red 43 ◦ green 2 ◦ blue 121

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

Shades of Persian Indigo #2B0279

Tints of Persian Indigo #2B0279

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.2%

 BLUE value IS 121 (47.66% from 255) = 72.89%

R = 25.9%
G = 1.2%
B = 72.89%

CMYK

 C value IS 0.64

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2B0279 (or 0x2B0279) is known color: Persian Indigo. HEX triplet: 2B, 02 and 79. RGB value is (43,2,121). Sum of RGB (Red+Green+Blue) = 43+2+121=166 (21% of max value = 765). Red value is 43 (17.19% from 255 or 25.90% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 121 (47.66% from 255 or 72.89% from 166); Max value from RGB is 121 - color contains mainly: blue. Hex color #2B0279 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0279 is #D4FD86. Grayscale: #1B1B1B. Windows color (decimal): -13958535 or 7930411. OLE color: 7930411.

HSL color Cylindrical-coordinate representation of color #2B0279: hue angle of 260.67º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B0279 is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 43 2 121 -
CMYK 0.64 0.98 0 0.53
HSL 260.67º 0.97% 0.24% -
HSV(B) 260.67º 0.98% 0.47% -
XYZ 4.47 1.94 18.23 -
YUV 27.83 180.58 138.82 -
System Red Green Blue C M Y K H S L
Decimal 43 2 121 0.64 0.98 0 0.53 260.67 0.97 0.24
Hex 2B 2 79 40 62 0 35 105 61 18
Octal 53 2 171 100 142 0 65 405 141 30
Binary 101011 10 1111001 1000000 1100010 0 110101 100000101 1100001 11000

Color Harmonies of #2B0279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0279

Black with #2B0279

Text Example


Text Example

White with #2B0279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,2,121); }

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

background-color css

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

 a { background-color: rgb(43,2,121); }

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

border-color css

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

 span { border-color: rgb(43,2,121); }

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