Html Css Color HEX #2B1769 Persian Indigo

📋 copy color: '#2B1769'

red 43 ◦ green 23 ◦ blue 105

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

Shades of Persian Indigo #2B1769

Tints of Persian Indigo #2B1769

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.45%

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

R = 25.15%
G = 13.45%
B = 61.4%

CMYK

 C value IS 0.59

 M value IS 0.78

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2B1769 (or 0x2B1769) is known color: Persian Indigo. HEX triplet: 2B, 17 and 69. RGB value is (43,23,105). Sum of RGB (Red+Green+Blue) = 43+23+105=171 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.15% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 105 (41.41% from 255 or 61.40% from 171); Max value from RGB is 105 - color contains mainly: blue. Hex color #2B1769 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B1769 is #D4E896. Grayscale: #262626. Windows color (decimal): -13953175 or 6887211. OLE color: 6887211.

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

Color convert

RGB 43 23 105 -
CMYK 0.59 0.78 0 0.59
HSL 254.63º 0.64% 0.25% -
HSV(B) 254.63º 0.78% 0.41% -
XYZ 3.85 2.15 13.58 -
YUV 38.33 165.63 131.33 -
System Red Green Blue C M Y K H S L
Decimal 43 23 105 0.59 0.78 0 0.59 254.63 0.64 0.25
Hex 2B 17 69 3B 4E 0 3B FF 40 19
Octal 53 27 151 73 116 0 73 377 100 31
Binary 101011 10111 1101001 111011 1001110 0 111011 11111111 1000000 11001

Color Harmonies of #2B1769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1769

Black with #2B1769

Text Example


Text Example

White with #2B1769

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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