Html Css Color HEX #2B0278 Persian Indigo

📋 copy color: '#2B0278'

red 43 ◦ green 2 ◦ blue 120

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

Shades of Persian Indigo #2B0278

Tints of Persian Indigo #2B0278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 72.73%

R = 26.06%
G = 1.21%
B = 72.73%

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

#2B0278 (or 0x2B0278) is known color: Persian Indigo. HEX triplet: 2B, 02 and 78. RGB value is (43,2,120). Sum of RGB (Red+Green+Blue) = 43+2+120=165 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.06% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 120 (47.27% from 255 or 72.73% from 165); Max value from RGB is 120 - color contains mainly: blue. Hex color #2B0278 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0278 is #D4FD87. Grayscale: #1B1B1B. Windows color (decimal): -13958536 or 7864875. OLE color: 7864875.

HSL color Cylindrical-coordinate representation of color #2B0278: hue angle of 260.85º 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 #2B0278 is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 43 2 120 -
CMYK 0.64 0.98 0 0.53
HSL 260.85º 0.97% 0.24% -
HSV(B) 260.85º 0.98% 0.47% -
XYZ 4.41 1.91 17.91 -
YUV 27.71 180.08 138.91 -
System Red Green Blue C M Y K H S L
Decimal 43 2 120 0.64 0.98 0 0.53 260.85 0.97 0.24
Hex 2B 2 78 40 62 0 35 105 61 18
Octal 53 2 170 100 142 0 65 405 141 30
Binary 101011 10 1111000 1000000 1100010 0 110101 100000101 1100001 11000

Color Harmonies of #2B0278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0278

Black with #2B0278

Text Example


Text Example

White with #2B0278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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