Html Css Color HEX #2B028A Persian Indigo

📋 copy color: '#2B028A'

red 43 ◦ green 2 ◦ blue 138

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

Shades of Persian Indigo #2B028A

Tints of Persian Indigo #2B028A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 75.41%

R = 23.5%
G = 1.09%
B = 75.41%

CMYK

 C value IS 0.69

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2B028A (or 0x2B028A) is known color: Persian Indigo. HEX triplet: 2B, 02 and 8A. RGB value is (43,2,138). Sum of RGB (Red+Green+Blue) = 43+2+138=183 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.50% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 138 (54.30% from 255 or 75.41% from 183); Max value from RGB is 138 - color contains mainly: blue. Hex color #2B028A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B028A is #D4FD75. Grayscale: #1D1D1D. Windows color (decimal): -13958518 or 9044523. OLE color: 9044523.

HSL color Cylindrical-coordinate representation of color #2B028A: hue angle of 258.09º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B028A is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 43 2 138 -
CMYK 0.69 0.99 0 0.46
HSL 258.09º 0.97% 0.27% -
HSV(B) 258.09º 0.99% 0.54% -
XYZ 5.61 2.39 24.21 -
YUV 29.76 189.08 137.44 -
System Red Green Blue C M Y K H S L
Decimal 43 2 138 0.69 0.99 0 0.46 258.09 0.97 0.27
Hex 2B 2 8A 45 63 0 2E 102 61 1B
Octal 53 2 212 105 143 0 56 402 141 33
Binary 101011 10 10001010 1000101 1100011 0 101110 100000010 1100001 11011

Color Harmonies of #2B028A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B028A

Black with #2B028A

Text Example


Text Example

White with #2B028A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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