Html Css Color HEX #2B026D Persian Indigo

📋 copy color: '#2B026D'

red 43 ◦ green 2 ◦ blue 109

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

Shades of Persian Indigo #2B026D

Tints of Persian Indigo #2B026D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 70.78%

R = 27.92%
G = 1.3%
B = 70.78%

CMYK

 C value IS 0.61

 M value IS 0.98

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2B026D (or 0x2B026D) is known color: Persian Indigo. HEX triplet: 2B, 02 and 6D. RGB value is (43,2,109). Sum of RGB (Red+Green+Blue) = 43+2+109=154 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.92% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 109 (42.97% from 255 or 70.78% from 154); Max value from RGB is 109 - color contains mainly: blue. Hex color #2B026D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B026D is #D4FD92. Grayscale: #1A1A1A. Windows color (decimal): -13958547 or 7143979. OLE color: 7143979.

HSL color Cylindrical-coordinate representation of color #2B026D: hue angle of 262.99º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B026D is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 43 2 109 -
CMYK 0.61 0.98 0 0.57
HSL 262.99º 0.96% 0.22% -
HSV(B) 262.99º 0.98% 0.43% -
XYZ 3.78 1.66 14.59 -
YUV 26.46 174.58 139.8 -
System Red Green Blue C M Y K H S L
Decimal 43 2 109 0.61 0.98 0 0.57 262.99 0.96 0.22
Hex 2B 2 6D 3D 62 0 39 107 60 16
Octal 53 2 155 75 142 0 71 407 140 26
Binary 101011 10 1101101 111101 1100010 0 111001 100000111 1100000 10110

Color Harmonies of #2B026D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B026D

Black with #2B026D

Text Example


Text Example

White with #2B026D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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