Html Css Color HEX #2B1E86 Persian Indigo

📋 copy color: '#2B1E86'

red 43 ◦ green 30 ◦ blue 134

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

Shades of Persian Indigo #2B1E86

Tints of Persian Indigo #2B1E86

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.49%

 BLUE value IS 134 (52.73% from 255) = 64.73%

R = 20.77%
G = 14.49%
B = 64.73%

CMYK

 C value IS 0.68

 M value IS 0.78

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2B1E86 (or 0x2B1E86) is known color: Persian Indigo. HEX triplet: 2B, 1E and 86. RGB value is (43,30,134). Sum of RGB (Red+Green+Blue) = 43+30+134=207 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.77% from 207); Green value is 30 (12.11% from 255 or 14.49% from 207); Blue value is 134 (52.73% from 255 or 64.73% from 207); Max value from RGB is 134 - color contains mainly: blue. Hex color #2B1E86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B1E86 is #D4E179. Grayscale: #2D2D2D. Windows color (decimal): -13951354 or 8789547. OLE color: 8789547.

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

Color convert

RGB 43 30 134 -
CMYK 0.68 0.78 0 0.47
HSL 247.5º 0.63% 0.32% -
HSV(B) 247.5º 0.78% 0.53% -
XYZ 5.76 3.16 22.86 -
YUV 45.74 177.81 126.04 -
System Red Green Blue C M Y K H S L
Decimal 43 30 134 0.68 0.78 0 0.47 247.5 0.63 0.32
Hex 2B 1E 86 44 4E 0 2F F8 3F 20
Octal 53 36 206 104 116 0 57 370 77 40
Binary 101011 11110 10000110 1000100 1001110 0 101111 11111000 111111 100000

Color Harmonies of #2B1E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1E86

Black with #2B1E86

Text Example


Text Example

White with #2B1E86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,30,134); }

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

background-color css

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

 a { background-color: rgb(43,30,134); }

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

border-color css

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

 span { border-color: rgb(43,30,134); }

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