Html Css Color HEX #2B1770 Persian Indigo

📋 copy color: '#2B1770'

red 43 ◦ green 23 ◦ blue 112

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

Shades of Persian Indigo #2B1770

Tints of Persian Indigo #2B1770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 62.92%

R = 24.16%
G = 12.92%
B = 62.92%

CMYK

 C value IS 0.62

 M value IS 0.79

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2B1770 (or 0x2B1770) is known color: Persian Indigo. HEX triplet: 2B, 17 and 70. RGB value is (43,23,112). Sum of RGB (Red+Green+Blue) = 43+23+112=178 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.16% from 178); Green value is 23 (9.38% from 255 or 12.92% from 178); Blue value is 112 (44.14% from 255 or 62.92% from 178); Max value from RGB is 112 - color contains mainly: blue. Hex color #2B1770 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B1770 is #D4E88F. Grayscale: #262626. Windows color (decimal): -13953168 or 7345963. OLE color: 7345963.

HSL color Cylindrical-coordinate representation of color #2B1770: hue angle of 253.48º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B1770 is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 43 23 112 -
CMYK 0.62 0.79 0 0.56
HSL 253.48º 0.66% 0.26% -
HSV(B) 253.48º 0.79% 0.44% -
XYZ 4.23 2.3 15.55 -
YUV 39.13 169.13 130.76 -
System Red Green Blue C M Y K H S L
Decimal 43 23 112 0.62 0.79 0 0.56 253.48 0.66 0.26
Hex 2B 17 70 3E 4F 0 38 FD 42 1A
Octal 53 27 160 76 117 0 70 375 102 32
Binary 101011 10111 1110000 111110 1001111 0 111000 11111101 1000010 11010

Color Harmonies of #2B1770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1770

Black with #2B1770

Text Example


Text Example

White with #2B1770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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