Html Css Color HEX #2B028F Persian Indigo

📋 copy color: '#2B028F'

red 43 ◦ green 2 ◦ blue 143

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

Shades of Persian Indigo #2B028F

Tints of Persian Indigo #2B028F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.06%

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

R = 22.87%
G = 1.06%
B = 76.06%

CMYK

 C value IS 0.70

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2B028F (or 0x2B028F) is known color: Persian Indigo. HEX triplet: 2B, 02 and 8F. RGB value is (43,2,143). Sum of RGB (Red+Green+Blue) = 43+2+143=188 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.87% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 143 (56.25% from 255 or 76.06% from 188); Max value from RGB is 143 - color contains mainly: blue. Hex color #2B028F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B028F is #D4FD70. Grayscale: #1D1D1D. Windows color (decimal): -13958513 or 9372203. OLE color: 9372203.

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

Color convert

RGB 43 2 143 -
CMYK 0.70 0.99 0 0.44
HSL 257.45º 0.97% 0.28% -
HSV(B) 257.45º 0.99% 0.56% -
XYZ 5.98 2.54 26.16 -
YUV 30.33 191.58 137.04 -
System Red Green Blue C M Y K H S L
Decimal 43 2 143 0.70 0.99 0 0.44 257.45 0.97 0.28
Hex 2B 2 8F 46 63 0 2C 101 61 1C
Octal 53 2 217 106 143 0 54 401 141 34
Binary 101011 10 10001111 1000110 1100011 0 101100 100000001 1100001 11100

Color Harmonies of #2B028F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B028F

Black with #2B028F

Text Example


Text Example

White with #2B028F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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