Html Css Color HEX #2B147D Persian Indigo

📋 copy color: '#2B147D'

red 43 ◦ green 20 ◦ blue 125

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

Shades of Persian Indigo #2B147D

Tints of Persian Indigo #2B147D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 66.49%

R = 22.87%
G = 10.64%
B = 66.49%

CMYK

 C value IS 0.66

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2B147D (or 0x2B147D) is known color: Persian Indigo. HEX triplet: 2B, 14 and 7D. RGB value is (43,20,125). Sum of RGB (Red+Green+Blue) = 43+20+125=188 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.87% from 188); Green value is 20 (8.20% from 255 or 10.64% from 188); Blue value is 125 (49.22% from 255 or 66.49% from 188); Max value from RGB is 125 - color contains mainly: blue. Hex color #2B147D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B147D is #D4EB82. Grayscale: #262626. Windows color (decimal): -13953923 or 8197163. OLE color: 8197163.

HSL color Cylindrical-coordinate representation of color #2B147D: hue angle of 253.14º 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 #2B147D is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 43 20 125 -
CMYK 0.66 0.84 0 0.51
HSL 253.14º 0.72% 0.28% -
HSV(B) 253.14º 0.84% 0.49% -
XYZ 4.95 2.49 19.62 -
YUV 38.85 176.62 130.96 -
System Red Green Blue C M Y K H S L
Decimal 43 20 125 0.66 0.84 0 0.51 253.14 0.72 0.28
Hex 2B 14 7D 42 54 0 33 FD 48 1C
Octal 53 24 175 102 124 0 63 375 110 34
Binary 101011 10100 1111101 1000010 1010100 0 110011 11111101 1001000 11100

Color Harmonies of #2B147D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B147D

Black with #2B147D

Text Example


Text Example

White with #2B147D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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