Html Css Color HEX #2B208F Persian Indigo

📋 copy color: '#2B208F'

red 43 ◦ green 32 ◦ blue 143

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

Shades of Persian Indigo #2B208F

Tints of Persian Indigo #2B208F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.68%

 BLUE value IS 143 (56.25% from 255) = 65.6%

R = 19.72%
G = 14.68%
B = 65.6%

CMYK

 C value IS 0.70

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2B208F (or 0x2B208F) is known color: Persian Indigo. HEX triplet: 2B, 20 and 8F. RGB value is (43,32,143). Sum of RGB (Red+Green+Blue) = 43+32+143=218 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.72% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 143 (56.25% from 255 or 65.60% from 218); Max value from RGB is 143 - color contains mainly: blue. Hex color #2B208F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B208F is #D4DF70. Grayscale: #2F2F2F. Windows color (decimal): -13950833 or 9379883. OLE color: 9379883.

HSL color Cylindrical-coordinate representation of color #2B208F: hue angle of 245.95º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B208F is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 43 32 143 -
CMYK 0.70 0.78 0 0.44
HSL 245.95º 0.63% 0.34% -
HSV(B) 245.95º 0.78% 0.56% -
XYZ 6.47 3.53 26.33 -
YUV 47.94 181.64 124.47 -
System Red Green Blue C M Y K H S L
Decimal 43 32 143 0.70 0.78 0 0.44 245.95 0.63 0.34
Hex 2B 20 8F 46 4E 0 2C F6 3F 22
Octal 53 40 217 106 116 0 54 366 77 42
Binary 101011 100000 10001111 1000110 1001110 0 101100 11110110 111111 100010

Color Harmonies of #2B208F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B208F

Black with #2B208F

Text Example


Text Example

White with #2B208F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,32,143); }

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

background-color css

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

 a { background-color: rgb(43,32,143); }

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

border-color css

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

 span { border-color: rgb(43,32,143); }

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