Html Css Color HEX #2B1369 Persian Indigo

📋 copy color: '#2B1369'

red 43 ◦ green 19 ◦ blue 105

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

Shades of Persian Indigo #2B1369

Tints of Persian Indigo #2B1369

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.38%

 BLUE value IS 105 (41.41% from 255) = 62.87%

R = 25.75%
G = 11.38%
B = 62.87%

CMYK

 C value IS 0.59

 M value IS 0.82

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2B1369 (or 0x2B1369) is known color: Persian Indigo. HEX triplet: 2B, 13 and 69. RGB value is (43,19,105). Sum of RGB (Red+Green+Blue) = 43+19+105=167 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.75% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 105 (41.41% from 255 or 62.87% from 167); Max value from RGB is 105 - color contains mainly: blue. Hex color #2B1369 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B1369 is #D4EC96. Grayscale: #232323. Windows color (decimal): -13954199 or 6886187. OLE color: 6886187.

HSL color Cylindrical-coordinate representation of color #2B1369: hue angle of 256.74º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B1369 is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 43 19 105 -
CMYK 0.59 0.82 0 0.59
HSL 256.74º 0.69% 0.24% -
HSV(B) 256.74º 0.82% 0.41% -
XYZ 3.78 2 13.55 -
YUV 35.98 166.95 133.01 -
System Red Green Blue C M Y K H S L
Decimal 43 19 105 0.59 0.82 0 0.59 256.74 0.69 0.24
Hex 2B 13 69 3B 52 0 3B 101 45 18
Octal 53 23 151 73 122 0 73 401 105 30
Binary 101011 10011 1101001 111011 1010010 0 111011 100000001 1000101 11000

Color Harmonies of #2B1369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1369

Black with #2B1369

Text Example


Text Example

White with #2B1369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,19,105); }

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

background-color css

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

 a { background-color: rgb(43,19,105); }

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

border-color css

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

 span { border-color: rgb(43,19,105); }

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