Html Css Color HEX #2B1367 Persian Indigo

📋 copy color: '#2B1367'

red 43 ◦ green 19 ◦ blue 103

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

Shades of Persian Indigo #2B1367

Tints of Persian Indigo #2B1367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 62.42%

R = 26.06%
G = 11.52%
B = 62.42%

CMYK

 C value IS 0.58

 M value IS 0.82

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#2B1367 (or 0x2B1367) is known color: Persian Indigo. HEX triplet: 2B, 13 and 67. RGB value is (43,19,103). Sum of RGB (Red+Green+Blue) = 43+19+103=165 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.06% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 103 (40.62% from 255 or 62.42% from 165); Max value from RGB is 103 - color contains mainly: blue. Hex color #2B1367 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B1367 is #D4EC98. Grayscale: #232323. Windows color (decimal): -13954201 or 6755115. OLE color: 6755115.

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

Color convert

RGB 43 19 103 -
CMYK 0.58 0.82 0 0.60
HSL 257.14º 0.69% 0.24% -
HSV(B) 257.14º 0.82% 0.4% -
XYZ 3.68 1.96 13.02 -
YUV 35.75 165.95 133.17 -
System Red Green Blue C M Y K H S L
Decimal 43 19 103 0.58 0.82 0 0.60 257.14 0.69 0.24
Hex 2B 13 67 3A 52 0 3C 101 45 18
Octal 53 23 147 72 122 0 74 401 105 30
Binary 101011 10011 1100111 111010 1010010 0 111100 100000001 1000101 11000

Color Harmonies of #2B1367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1367

Black with #2B1367

Text Example


Text Example

White with #2B1367

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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