Html Css Color HEX #2B258D Persian Indigo

📋 copy color: '#2B258D'

red 43 ◦ green 37 ◦ blue 141

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

Shades of Persian Indigo #2B258D

Tints of Persian Indigo #2B258D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.74%

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

R = 19.46%
G = 16.74%
B = 63.8%

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

#2B258D (or 0x2B258D) is known color: Persian Indigo. HEX triplet: 2B, 25 and 8D. RGB value is (43,37,141). Sum of RGB (Red+Green+Blue) = 43+37+141=221 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.46% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 141 (55.47% from 255 or 63.80% from 221); Max value from RGB is 141 - color contains mainly: blue. Hex color #2B258D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B258D is #D4DA72. Grayscale: #323232. Windows color (decimal): -13949555 or 9250091. OLE color: 9250091.

HSL color Cylindrical-coordinate representation of color #2B258D: hue angle of 243.46º degrees, saturation: 0.58, 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 #2B258D is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 43 37 141 -
CMYK 0.70 0.74 0 0.45
HSL 243.46º 0.58% 0.35% -
HSV(B) 243.46º 0.74% 0.55% -
XYZ 6.47 3.76 25.58 -
YUV 50.65 178.99 122.54 -
System Red Green Blue C M Y K H S L
Decimal 43 37 141 0.70 0.74 0 0.45 243.46 0.58 0.35
Hex 2B 25 8D 46 4A 0 2D F3 3A 23
Octal 53 45 215 106 112 0 55 363 72 43
Binary 101011 100101 10001101 1000110 1001010 0 101101 11110011 111010 100011

Color Harmonies of #2B258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B258D

Black with #2B258D

Text Example


Text Example

White with #2B258D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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