Html Css Color HEX #2B157C Persian Indigo

📋 copy color: '#2B157C'

red 43 ◦ green 21 ◦ blue 124

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

Shades of Persian Indigo #2B157C

Tints of Persian Indigo #2B157C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 65.96%

R = 22.87%
G = 11.17%
B = 65.96%

CMYK

 C value IS 0.65

 M value IS 0.83

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2B157C (or 0x2B157C) is known color: Persian Indigo. HEX triplet: 2B, 15 and 7C. RGB value is (43,21,124). Sum of RGB (Red+Green+Blue) = 43+21+124=188 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.87% from 188); Green value is 21 (8.59% from 255 or 11.17% from 188); Blue value is 124 (48.83% from 255 or 65.96% from 188); Max value from RGB is 124 - color contains mainly: blue. Hex color #2B157C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B157C is #D4EA83. Grayscale: #262626. Windows color (decimal): -13953668 or 8131883. OLE color: 8131883.

HSL color Cylindrical-coordinate representation of color #2B157C: hue angle of 252.82º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B157C is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 43 21 124 -
CMYK 0.65 0.83 0 0.51
HSL 252.82º 0.71% 0.28% -
HSV(B) 252.82º 0.83% 0.49% -
XYZ 4.9 2.51 19.29 -
YUV 39.32 175.79 130.62 -
System Red Green Blue C M Y K H S L
Decimal 43 21 124 0.65 0.83 0 0.51 252.82 0.71 0.28
Hex 2B 15 7C 41 53 0 33 FD 47 1C
Octal 53 25 174 101 123 0 63 375 107 34
Binary 101011 10101 1111100 1000001 1010011 0 110011 11111101 1000111 11100

Color Harmonies of #2B157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B157C

Black with #2B157C

Text Example


Text Example

White with #2B157C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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