Html Css Color HEX #2B147C Persian Indigo

📋 copy color: '#2B147C'

red 43 ◦ green 20 ◦ blue 124

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

Shades of Persian Indigo #2B147C

Tints of Persian Indigo #2B147C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.7%

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

R = 22.99%
G = 10.7%
B = 66.31%

CMYK

 C value IS 0.65

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2B147C (or 0x2B147C) is known color: Persian Indigo. HEX triplet: 2B, 14 and 7C. RGB value is (43,20,124). Sum of RGB (Red+Green+Blue) = 43+20+124=187 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.99% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 124 (48.83% from 255 or 66.31% from 187); Max value from RGB is 124 - color contains mainly: blue. Hex color #2B147C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B147C is #D4EB83. Grayscale: #262626. Windows color (decimal): -13953924 or 8131627. OLE color: 8131627.

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

Color convert

RGB 43 20 124 -
CMYK 0.65 0.84 0 0.51
HSL 253.27º 0.72% 0.28% -
HSV(B) 253.27º 0.84% 0.49% -
XYZ 4.88 2.47 19.29 -
YUV 38.73 176.12 131.04 -
System Red Green Blue C M Y K H S L
Decimal 43 20 124 0.65 0.84 0 0.51 253.27 0.72 0.28
Hex 2B 14 7C 41 54 0 33 FD 48 1C
Octal 53 24 174 101 124 0 63 375 110 34
Binary 101011 10100 1111100 1000001 1010100 0 110011 11111101 1001000 11100

Color Harmonies of #2B147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B147C

Black with #2B147C

Text Example


Text Example

White with #2B147C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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