Html Css Color HEX #2B188D Persian Indigo

📋 copy color: '#2B188D'

red 43 ◦ green 24 ◦ blue 141

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

Shades of Persian Indigo #2B188D

Tints of Persian Indigo #2B188D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.54%

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

R = 20.67%
G = 11.54%
B = 67.79%

CMYK

 C value IS 0.70

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2B188D (or 0x2B188D) is known color: Persian Indigo. HEX triplet: 2B, 18 and 8D. RGB value is (43,24,141). Sum of RGB (Red+Green+Blue) = 43+24+141=208 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.67% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 141 (55.47% from 255 or 67.79% from 208); Max value from RGB is 141 - color contains mainly: blue. Hex color #2B188D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B188D is #D4E772. Grayscale: #2A2A2A. Windows color (decimal): -13952883 or 9246763. OLE color: 9246763.

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

Color convert

RGB 43 24 141 -
CMYK 0.70 0.83 0 0.45
HSL 249.74º 0.71% 0.32% -
HSV(B) 249.74º 0.83% 0.55% -
XYZ 6.13 3.09 25.47 -
YUV 43.02 183.29 127.99 -
System Red Green Blue C M Y K H S L
Decimal 43 24 141 0.70 0.83 0 0.45 249.74 0.71 0.32
Hex 2B 18 8D 46 53 0 2D FA 47 20
Octal 53 30 215 106 123 0 55 372 107 40
Binary 101011 11000 10001101 1000110 1010011 0 101101 11111010 1000111 100000

Color Harmonies of #2B188D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B188D

Black with #2B188D

Text Example


Text Example

White with #2B188D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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