Html Css Color HEX #2B1778 Persian Indigo

📋 copy color: '#2B1778'

red 43 ◦ green 23 ◦ blue 120

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

Shades of Persian Indigo #2B1778

Tints of Persian Indigo #2B1778

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.37%

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

R = 23.12%
G = 12.37%
B = 64.52%

CMYK

 C value IS 0.64

 M value IS 0.81

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2B1778 (or 0x2B1778) is known color: Persian Indigo. HEX triplet: 2B, 17 and 78. RGB value is (43,23,120). Sum of RGB (Red+Green+Blue) = 43+23+120=186 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.12% from 186); Green value is 23 (9.38% from 255 or 12.37% from 186); Blue value is 120 (47.27% from 255 or 64.52% from 186); Max value from RGB is 120 - color contains mainly: blue. Hex color #2B1778 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B1778 is #D4E887. Grayscale: #272727. Windows color (decimal): -13953160 or 7870251. OLE color: 7870251.

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

Color convert

RGB 43 23 120 -
CMYK 0.64 0.81 0 0.53
HSL 252.37º 0.68% 0.28% -
HSV(B) 252.37º 0.81% 0.47% -
XYZ 4.69 2.48 18 -
YUV 40.04 173.13 130.11 -
System Red Green Blue C M Y K H S L
Decimal 43 23 120 0.64 0.81 0 0.53 252.37 0.68 0.28
Hex 2B 17 78 40 51 0 35 FC 44 1C
Octal 53 27 170 100 121 0 65 374 104 34
Binary 101011 10111 1111000 1000000 1010001 0 110101 11111100 1000100 11100

Color Harmonies of #2B1778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1778

Black with #2B1778

Text Example


Text Example

White with #2B1778

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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