Html Css Color HEX #2B168B Persian Indigo

📋 copy color: '#2B168B'

red 43 ◦ green 22 ◦ blue 139

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

Shades of Persian Indigo #2B168B

Tints of Persian Indigo #2B168B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.78%

 BLUE value IS 139 (54.69% from 255) = 68.14%

R = 21.08%
G = 10.78%
B = 68.14%

CMYK

 C value IS 0.69

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2B168B (or 0x2B168B) is known color: Persian Indigo. HEX triplet: 2B, 16 and 8B. RGB value is (43,22,139). Sum of RGB (Red+Green+Blue) = 43+22+139=204 (27% of max value = 765). Red value is 43 (17.19% from 255 or 21.08% from 204); Green value is 22 (8.98% from 255 or 10.78% from 204); Blue value is 139 (54.69% from 255 or 68.14% from 204); Max value from RGB is 139 - color contains mainly: blue. Hex color #2B168B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B168B is #D4E974. Grayscale: #292929. Windows color (decimal): -13953397 or 9115179. OLE color: 9115179.

HSL color Cylindrical-coordinate representation of color #2B168B: hue angle of 250.77º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2B168B is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 43 22 139 -
CMYK 0.69 0.84 0 0.45
HSL 250.77º 0.73% 0.32% -
HSV(B) 250.77º 0.84% 0.55% -
XYZ 5.94 2.95 24.68 -
YUV 41.62 182.96 128.99 -
System Red Green Blue C M Y K H S L
Decimal 43 22 139 0.69 0.84 0 0.45 250.77 0.73 0.32
Hex 2B 16 8B 45 54 0 2D FB 49 20
Octal 53 26 213 105 124 0 55 373 111 40
Binary 101011 10110 10001011 1000101 1010100 0 101101 11111011 1001001 100000

Color Harmonies of #2B168B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B168B

Black with #2B168B

Text Example


Text Example

White with #2B168B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,22,139); }

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

background-color css

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

 a { background-color: rgb(43,22,139); }

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

border-color css

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

 span { border-color: rgb(43,22,139); }

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