Html Css Color HEX #2B157F Persian Indigo

📋 copy color: '#2B157F'

red 43 ◦ green 21 ◦ blue 127

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

Shades of Persian Indigo #2B157F

Tints of Persian Indigo #2B157F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.99%

 BLUE value IS 127 (50% from 255) = 66.49%

R = 22.51%
G = 10.99%
B = 66.49%

CMYK

 C value IS 0.66

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#2B157F (or 0x2B157F) is known color: Persian Indigo. HEX triplet: 2B, 15 and 7F. RGB value is (43,21,127). Sum of RGB (Red+Green+Blue) = 43+21+127=191 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.51% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 127 (50% from 255 or 66.49% from 191); Max value from RGB is 127 - color contains mainly: blue. Hex color #2B157F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B157F is #D4EA80. Grayscale: #272727. Windows color (decimal): -13953665 or 8328491. OLE color: 8328491.

HSL color Cylindrical-coordinate representation of color #2B157F: hue angle of 252.45º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B157F is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 43 21 127 -
CMYK 0.66 0.83 0 0.50
HSL 252.45º 0.72% 0.29% -
HSV(B) 252.45º 0.83% 0.5% -
XYZ 5.1 2.58 20.31 -
YUV 39.66 177.29 130.38 -
System Red Green Blue C M Y K H S L
Decimal 43 21 127 0.66 0.83 0 0.50 252.45 0.72 0.29
Hex 2B 15 7F 42 53 0 32 FC 48 1D
Octal 53 25 177 102 123 0 62 374 110 35
Binary 101011 10101 1111111 1000010 1010011 0 110010 11111100 1001000 11101

Color Harmonies of #2B157F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B157F

Black with #2B157F

Text Example


Text Example

White with #2B157F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,21,127); }

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

background-color css

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

 a { background-color: rgb(43,21,127); }

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

border-color css

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

 span { border-color: rgb(43,21,127); }

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