Html Css Color HEX #2B248D Persian Indigo

📋 copy color: '#2B248D'

red 43 ◦ green 36 ◦ blue 141

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

Shades of Persian Indigo #2B248D

Tints of Persian Indigo #2B248D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.36%

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

R = 19.55%
G = 16.36%
B = 64.09%

CMYK

 C value IS 0.70

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2B248D (or 0x2B248D) is known color: Persian Indigo. HEX triplet: 2B, 24 and 8D. RGB value is (43,36,141). Sum of RGB (Red+Green+Blue) = 43+36+141=220 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.55% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 141 (55.47% from 255 or 64.09% from 220); Max value from RGB is 141 - color contains mainly: blue. Hex color #2B248D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B248D is #D4DB72. Grayscale: #313131. Windows color (decimal): -13949811 or 9249835. OLE color: 9249835.

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

Color convert

RGB 43 36 141 -
CMYK 0.70 0.74 0 0.45
HSL 244º 0.59% 0.35% -
HSV(B) 244º 0.74% 0.55% -
XYZ 6.43 3.7 25.57 -
YUV 50.06 179.32 122.96 -
System Red Green Blue C M Y K H S L
Decimal 43 36 141 0.70 0.74 0 0.45 244 0.59 0.35
Hex 2B 24 8D 46 4A 0 2D F4 3B 23
Octal 53 44 215 106 112 0 55 364 73 43
Binary 101011 100100 10001101 1000110 1001010 0 101101 11110100 111011 100011

Color Harmonies of #2B248D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B248D

Black with #2B248D

Text Example


Text Example

White with #2B248D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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