Html Css Color HEX #2B2178 Persian Indigo

📋 copy color: '#2B2178'

red 43 ◦ green 33 ◦ blue 120

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

Shades of Persian Indigo #2B2178

Tints of Persian Indigo #2B2178

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.84%

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

R = 21.94%
G = 16.84%
B = 61.22%

CMYK

 C value IS 0.64

 M value IS 0.72

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2B2178 (or 0x2B2178) is known color: Persian Indigo. HEX triplet: 2B, 21 and 78. RGB value is (43,33,120). Sum of RGB (Red+Green+Blue) = 43+33+120=196 (25% of max value = 765). Red value is 43 (17.19% from 255 or 21.94% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 120 (47.27% from 255 or 61.22% from 196); Max value from RGB is 120 - color contains mainly: blue. Hex color #2B2178 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2178 is #D4DE87. Grayscale: #2D2D2D. Windows color (decimal): -13950600 or 7872811. OLE color: 7872811.

HSL color Cylindrical-coordinate representation of color #2B2178: hue angle of 246.9º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B2178 is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 43 33 120 -
CMYK 0.64 0.72 0 0.53
HSL 246.9º 0.57% 0.3% -
HSV(B) 246.9º 0.73% 0.47% -
XYZ 4.93 2.96 18.08 -
YUV 45.91 169.81 125.93 -
System Red Green Blue C M Y K H S L
Decimal 43 33 120 0.64 0.72 0 0.53 246.9 0.57 0.3
Hex 2B 21 78 40 48 0 35 F7 39 1E
Octal 53 41 170 100 110 0 65 367 71 36
Binary 101011 100001 1111000 1000000 1001000 0 110101 11110111 111001 11110

Color Harmonies of #2B2178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2178

Black with #2B2178

Text Example


Text Example

White with #2B2178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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