Html Css Color HEX #2B0178 Persian Indigo

📋 copy color: '#2B0178'

red 43 ◦ green 1 ◦ blue 120

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

Shades of Persian Indigo #2B0178

Tints of Persian Indigo #2B0178

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

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

R = 26.22%
G = 0.61%
B = 73.17%

CMYK

 C value IS 0.64

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2B0178 (or 0x2B0178) is known color: Persian Indigo. HEX triplet: 2B, 01 and 78. RGB value is (43,1,120). Sum of RGB (Red+Green+Blue) = 43+1+120=164 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.22% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 120 (47.27% from 255 or 73.17% from 164); Max value from RGB is 120 - color contains mainly: blue. Hex color #2B0178 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0178 is #D4FE87. Grayscale: #1A1A1A. Windows color (decimal): -13958792 or 7864619. OLE color: 7864619.

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

Color convert

RGB 43 1 120 -
CMYK 0.64 0.99 0 0.53
HSL 261.18º 0.98% 0.24% -
HSV(B) 261.18º 0.99% 0.47% -
XYZ 4.4 1.89 17.9 -
YUV 27.12 180.41 139.32 -
System Red Green Blue C M Y K H S L
Decimal 43 1 120 0.64 0.99 0 0.53 261.18 0.98 0.24
Hex 2B 1 78 40 63 0 35 105 62 18
Octal 53 1 170 100 143 0 65 405 142 30
Binary 101011 1 1111000 1000000 1100011 0 110101 100000101 1100010 11000

Color Harmonies of #2B0178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0178

Black with #2B0178

Text Example


Text Example

White with #2B0178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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