Html Css Color HEX #2B126D Persian Indigo

📋 copy color: '#2B126D'

red 43 ◦ green 18 ◦ blue 109

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

Shades of Persian Indigo #2B126D

Tints of Persian Indigo #2B126D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.59%

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

R = 25.29%
G = 10.59%
B = 64.12%

CMYK

 C value IS 0.61

 M value IS 0.83

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2B126D (or 0x2B126D) is known color: Persian Indigo. HEX triplet: 2B, 12 and 6D. RGB value is (43,18,109). Sum of RGB (Red+Green+Blue) = 43+18+109=170 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.29% from 170); Green value is 18 (7.42% from 255 or 10.59% from 170); Blue value is 109 (42.97% from 255 or 64.12% from 170); Max value from RGB is 109 - color contains mainly: blue. Hex color #2B126D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B126D is #D4ED92. Grayscale: #232323. Windows color (decimal): -13954451 or 7148075. OLE color: 7148075.

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

Color convert

RGB 43 18 109 -
CMYK 0.61 0.83 0 0.57
HSL 256.48º 0.72% 0.25% -
HSV(B) 256.48º 0.83% 0.43% -
XYZ 3.97 2.05 14.65 -
YUV 35.85 169.28 133.1 -
System Red Green Blue C M Y K H S L
Decimal 43 18 109 0.61 0.83 0 0.57 256.48 0.72 0.25
Hex 2B 12 6D 3D 53 0 39 100 48 19
Octal 53 22 155 75 123 0 71 400 110 31
Binary 101011 10010 1101101 111101 1010011 0 111001 100000000 1001000 11001

Color Harmonies of #2B126D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B126D

Black with #2B126D

Text Example


Text Example

White with #2B126D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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