Html Css Color HEX #2B1170 Persian Indigo

📋 copy color: '#2B1170'

red 43 ◦ green 17 ◦ blue 112

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

Shades of Persian Indigo #2B1170

Tints of Persian Indigo #2B1170

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.88%

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

R = 25%
G = 9.88%
B = 65.12%

CMYK

 C value IS 0.62

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2B1170 (or 0x2B1170) is known color: Persian Indigo. HEX triplet: 2B, 11 and 70. RGB value is (43,17,112). Sum of RGB (Red+Green+Blue) = 43+17+112=172 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 112 (44.14% from 255 or 65.12% from 172); Max value from RGB is 112 - color contains mainly: blue. Hex color #2B1170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B1170 is #D4EE8F. Grayscale: #232323. Windows color (decimal): -13954704 or 7344427. OLE color: 7344427.

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

Color convert

RGB 43 17 112 -
CMYK 0.62 0.85 0 0.56
HSL 256.42º 0.74% 0.25% -
HSV(B) 256.42º 0.85% 0.44% -
XYZ 4.12 2.08 15.51 -
YUV 35.6 171.11 133.28 -
System Red Green Blue C M Y K H S L
Decimal 43 17 112 0.62 0.85 0 0.56 256.42 0.74 0.25
Hex 2B 11 70 3E 55 0 38 100 4A 19
Octal 53 21 160 76 125 0 70 400 112 31
Binary 101011 10001 1110000 111110 1010101 0 111000 100000000 1001010 11001

Color Harmonies of #2B1170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1170

Black with #2B1170

Text Example


Text Example

White with #2B1170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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