Html Css Color HEX #2B1568 Persian Indigo

📋 copy color: '#2B1568'

red 43 ◦ green 21 ◦ blue 104

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

Shades of Persian Indigo #2B1568

Tints of Persian Indigo #2B1568

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.5%

 BLUE value IS 104 (41.02% from 255) = 61.9%

R = 25.6%
G = 12.5%
B = 61.9%

CMYK

 C value IS 0.59

 M value IS 0.80

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2B1568 (or 0x2B1568) is known color: Persian Indigo. HEX triplet: 2B, 15 and 68. RGB value is (43,21,104). Sum of RGB (Red+Green+Blue) = 43+21+104=168 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.60% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 104 (41.02% from 255 or 61.90% from 168); Max value from RGB is 104 - color contains mainly: blue. Hex color #2B1568 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B1568 is #D4EA97. Grayscale: #242424. Windows color (decimal): -13953688 or 6821163. OLE color: 6821163.

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

Color convert

RGB 43 21 104 -
CMYK 0.59 0.80 0 0.59
HSL 255.9º 0.66% 0.25% -
HSV(B) 255.9º 0.8% 0.41% -
XYZ 3.76 2.05 13.29 -
YUV 37.04 165.79 132.25 -
System Red Green Blue C M Y K H S L
Decimal 43 21 104 0.59 0.80 0 0.59 255.9 0.66 0.25
Hex 2B 15 68 3B 50 0 3B 100 42 19
Octal 53 25 150 73 120 0 73 400 102 31
Binary 101011 10101 1101000 111011 1010000 0 111011 100000000 1000010 11001

Color Harmonies of #2B1568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1568

Black with #2B1568

Text Example


Text Example

White with #2B1568

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,21,104); }

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

background-color css

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

 a { background-color: rgb(43,21,104); }

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

border-color css

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

 span { border-color: rgb(43,21,104); }

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