Html Css Color HEX #2B178D Persian Indigo

📋 copy color: '#2B178D'

red 43 ◦ green 23 ◦ blue 141

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

Shades of Persian Indigo #2B178D

Tints of Persian Indigo #2B178D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 68.12%

R = 20.77%
G = 11.11%
B = 68.12%

CMYK

 C value IS 0.70

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2B178D (or 0x2B178D) is known color: Persian Indigo. HEX triplet: 2B, 17 and 8D. RGB value is (43,23,141). Sum of RGB (Red+Green+Blue) = 43+23+141=207 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.77% from 207); Green value is 23 (9.38% from 255 or 11.11% from 207); Blue value is 141 (55.47% from 255 or 68.12% from 207); Max value from RGB is 141 - color contains mainly: blue. Hex color #2B178D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B178D is #D4E872. Grayscale: #292929. Windows color (decimal): -13953139 or 9246507. OLE color: 9246507.

HSL color Cylindrical-coordinate representation of color #2B178D: hue angle of 250.17º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2B178D is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 43 23 141 -
CMYK 0.70 0.84 0 0.45
HSL 250.17º 0.72% 0.32% -
HSV(B) 250.17º 0.84% 0.55% -
XYZ 6.11 3.05 25.47 -
YUV 42.43 183.63 128.41 -
System Red Green Blue C M Y K H S L
Decimal 43 23 141 0.70 0.84 0 0.45 250.17 0.72 0.32
Hex 2B 17 8D 46 54 0 2D FA 48 20
Octal 53 27 215 106 124 0 55 372 110 40
Binary 101011 10111 10001101 1000110 1010100 0 101101 11111010 1001000 100000

Color Harmonies of #2B178D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B178D

Black with #2B178D

Text Example


Text Example

White with #2B178D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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