Html Css Color HEX #2B2187 Persian Indigo

📋 copy color: '#2B2187'

red 43 ◦ green 33 ◦ blue 135

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

Shades of Persian Indigo #2B2187

Tints of Persian Indigo #2B2187

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.64%

 BLUE value IS 135 (53.13% from 255) = 63.98%

R = 20.38%
G = 15.64%
B = 63.98%

CMYK

 C value IS 0.68

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2B2187 (or 0x2B2187) is known color: Persian Indigo. HEX triplet: 2B, 21 and 87. RGB value is (43,33,135). Sum of RGB (Red+Green+Blue) = 43+33+135=211 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.38% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 135 (53.12% from 255 or 63.98% from 211); Max value from RGB is 135 - color contains mainly: blue. Hex color #2B2187 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2187 is #D4DE78. Grayscale: #2F2F2F. Windows color (decimal): -13950585 or 8855851. OLE color: 8855851.

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

Color convert

RGB 43 33 135 -
CMYK 0.68 0.76 0 0.47
HSL 245.88º 0.61% 0.33% -
HSV(B) 245.88º 0.76% 0.53% -
XYZ 5.91 3.35 23.26 -
YUV 47.62 177.31 124.71 -
System Red Green Blue C M Y K H S L
Decimal 43 33 135 0.68 0.76 0 0.47 245.88 0.61 0.33
Hex 2B 21 87 44 4C 0 2F F6 3D 21
Octal 53 41 207 104 114 0 57 366 75 41
Binary 101011 100001 10000111 1000100 1001100 0 101111 11110110 111101 100001

Color Harmonies of #2B2187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2187

Black with #2B2187

Text Example


Text Example

White with #2B2187

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,33,135); }

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

background-color css

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

 a { background-color: rgb(43,33,135); }

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

border-color css

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

 span { border-color: rgb(43,33,135); }

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