Html Css Color HEX #2B148D Persian Indigo

📋 copy color: '#2B148D'

red 43 ◦ green 20 ◦ blue 141

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

Shades of Persian Indigo #2B148D

Tints of Persian Indigo #2B148D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 69.12%

R = 21.08%
G = 9.8%
B = 69.12%

CMYK

 C value IS 0.70

 M value IS 0.86

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2B148D (or 0x2B148D) is known color: Persian Indigo. HEX triplet: 2B, 14 and 8D. RGB value is (43,20,141). Sum of RGB (Red+Green+Blue) = 43+20+141=204 (27% of max value = 765). Red value is 43 (17.19% from 255 or 21.08% from 204); Green value is 20 (8.20% from 255 or 9.80% from 204); Blue value is 141 (55.47% from 255 or 69.12% from 204); Max value from RGB is 141 - color contains mainly: blue. Hex color #2B148D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B148D is #D4EB72. Grayscale: #282828. Windows color (decimal): -13953907 or 9245739. OLE color: 9245739.

HSL color Cylindrical-coordinate representation of color #2B148D: hue angle of 251.4º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2B148D is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 43 20 141 -
CMYK 0.70 0.86 0 0.45
HSL 251.41º 0.75% 0.32% -
HSV(B) 251.41º 0.86% 0.55% -
XYZ 6.05 2.94 25.45 -
YUV 40.67 184.62 129.66 -
System Red Green Blue C M Y K H S L
Decimal 43 20 141 0.70 0.86 0 0.45 251.41 0.75 0.32
Hex 2B 14 8D 46 56 0 2D FB 4B 20
Octal 53 24 215 106 126 0 55 373 113 40
Binary 101011 10100 10001101 1000110 1010110 0 101101 11111011 1001011 100000

Color Harmonies of #2B148D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B148D

Black with #2B148D

Text Example


Text Example

White with #2B148D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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