Html Css Color HEX #2B258B Persian Indigo

📋 copy color: '#2B258B'

red 43 ◦ green 37 ◦ blue 139

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

Shades of Persian Indigo #2B258B

Tints of Persian Indigo #2B258B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 63.47%

R = 19.63%
G = 16.89%
B = 63.47%

CMYK

 C value IS 0.69

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2B258B (or 0x2B258B) is known color: Persian Indigo. HEX triplet: 2B, 25 and 8B. RGB value is (43,37,139). Sum of RGB (Red+Green+Blue) = 43+37+139=219 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.63% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 139 (54.69% from 255 or 63.47% from 219); Max value from RGB is 139 - color contains mainly: blue. Hex color #2B258B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B258B is #D4DA74. Grayscale: #323232. Windows color (decimal): -13949557 or 9119019. OLE color: 9119019.

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

Color convert

RGB 43 37 139 -
CMYK 0.69 0.73 0 0.45
HSL 243.53º 0.58% 0.35% -
HSV(B) 243.53º 0.73% 0.55% -
XYZ 6.32 3.7 24.81 -
YUV 50.42 177.99 122.71 -
System Red Green Blue C M Y K H S L
Decimal 43 37 139 0.69 0.73 0 0.45 243.53 0.58 0.35
Hex 2B 25 8B 45 49 0 2D F4 3A 23
Octal 53 45 213 105 111 0 55 364 72 43
Binary 101011 100101 10001011 1000101 1001001 0 101101 11110100 111010 100011

Color Harmonies of #2B258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B258B

Black with #2B258B

Text Example


Text Example

White with #2B258B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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