Html Css Color HEX #2B238D Persian Indigo

📋 copy color: '#2B238D'

red 43 ◦ green 35 ◦ blue 141

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

Shades of Persian Indigo #2B238D

Tints of Persian Indigo #2B238D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.98%

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

R = 19.63%
G = 15.98%
B = 64.38%

CMYK

 C value IS 0.70

 M value IS 0.75

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2B238D (or 0x2B238D) is known color: Persian Indigo. HEX triplet: 2B, 23 and 8D. RGB value is (43,35,141). Sum of RGB (Red+Green+Blue) = 43+35+141=219 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.63% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 141 (55.47% from 255 or 64.38% from 219); Max value from RGB is 141 - color contains mainly: blue. Hex color #2B238D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B238D is #D4DC72. Grayscale: #313131. Windows color (decimal): -13950067 or 9249579. OLE color: 9249579.

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

Color convert

RGB 43 35 141 -
CMYK 0.70 0.75 0 0.45
HSL 244.53º 0.6% 0.35% -
HSV(B) 244.53º 0.75% 0.55% -
XYZ 6.41 3.64 25.56 -
YUV 49.48 179.65 123.38 -
System Red Green Blue C M Y K H S L
Decimal 43 35 141 0.70 0.75 0 0.45 244.53 0.6 0.35
Hex 2B 23 8D 46 4B 0 2D F5 3C 23
Octal 53 43 215 106 113 0 55 365 74 43
Binary 101011 100011 10001101 1000110 1001011 0 101101 11110101 111100 100011

Color Harmonies of #2B238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B238D

Black with #2B238D

Text Example


Text Example

White with #2B238D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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