Html Css Color HEX #2B096B Persian Indigo

📋 copy color: '#2B096B'

red 43 ◦ green 9 ◦ blue 107

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

Shades of Persian Indigo #2B096B

Tints of Persian Indigo #2B096B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 67.3%

R = 27.04%
G = 5.66%
B = 67.3%

CMYK

 C value IS 0.60

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2B096B (or 0x2B096B) is known color: Persian Indigo. HEX triplet: 2B, 09 and 6B. RGB value is (43,9,107). Sum of RGB (Red+Green+Blue) = 43+9+107=159 (21% of max value = 765). Red value is 43 (17.19% from 255 or 27.04% from 159); Green value is 9 (3.91% from 255 or 5.66% from 159); Blue value is 107 (42.19% from 255 or 67.30% from 159); Max value from RGB is 107 - color contains mainly: blue. Hex color #2B096B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B096B is #D4F694. Grayscale: #1D1D1D. Windows color (decimal): -13956757 or 7014699. OLE color: 7014699.

HSL color Cylindrical-coordinate representation of color #2B096B: hue angle of 260.82º 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 #2B096B is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 43 9 107 -
CMYK 0.60 0.92 0 0.58
HSL 260.82º 0.84% 0.23% -
HSV(B) 260.82º 0.92% 0.42% -
XYZ 3.75 1.77 14.05 -
YUV 30.34 171.26 137.03 -
System Red Green Blue C M Y K H S L
Decimal 43 9 107 0.60 0.92 0 0.58 260.82 0.84 0.23
Hex 2B 9 6B 3C 5C 0 3A 105 54 17
Octal 53 11 153 74 134 0 72 405 124 27
Binary 101011 1001 1101011 111100 1011100 0 111010 100000101 1010100 10111

Color Harmonies of #2B096B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B096B

Black with #2B096B

Text Example


Text Example

White with #2B096B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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