Html Css Color HEX #2B096A Persian Indigo

📋 copy color: '#2B096A'

red 43 ◦ green 9 ◦ blue 106

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

Shades of Persian Indigo #2B096A

Tints of Persian Indigo #2B096A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.7%

 BLUE value IS 106 (41.8% from 255) = 67.09%

R = 27.22%
G = 5.7%
B = 67.09%

CMYK

 C value IS 0.59

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2B096A (or 0x2B096A) is known color: Persian Indigo. HEX triplet: 2B, 09 and 6A. RGB value is (43,9,106). Sum of RGB (Red+Green+Blue) = 43+9+106=158 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.22% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 106 (41.80% from 255 or 67.09% from 158); Max value from RGB is 106 - color contains mainly: blue. Hex color #2B096A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B096A is #D4F695. Grayscale: #1D1D1D. Windows color (decimal): -13956758 or 6949163. OLE color: 6949163.

HSL color Cylindrical-coordinate representation of color #2B096A: hue angle of 261.03º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2B096A is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 43 9 106 -
CMYK 0.59 0.92 0 0.58
HSL 261.03º 0.84% 0.23% -
HSV(B) 261.03º 0.92% 0.42% -
XYZ 3.7 1.75 13.78 -
YUV 30.22 170.76 137.11 -
System Red Green Blue C M Y K H S L
Decimal 43 9 106 0.59 0.92 0 0.58 261.03 0.84 0.23
Hex 2B 9 6A 3B 5C 0 3A 105 54 17
Octal 53 11 152 73 134 0 72 405 124 27
Binary 101011 1001 1101010 111011 1011100 0 111010 100000101 1010100 10111

Color Harmonies of #2B096A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B096A

Black with #2B096A

Text Example


Text Example

White with #2B096A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,9,106); }

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

background-color css

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

 a { background-color: rgb(43,9,106); }

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

border-color css

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

 span { border-color: rgb(43,9,106); }

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