Html Css Color HEX #2B2084 Persian Indigo

📋 copy color: '#2B2084'

red 43 ◦ green 32 ◦ blue 132

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

Shades of Persian Indigo #2B2084

Tints of Persian Indigo #2B2084

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.46%

 BLUE value IS 132 (51.95% from 255) = 63.77%

R = 20.77%
G = 15.46%
B = 63.77%

CMYK

 C value IS 0.67

 M value IS 0.76

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#2B2084 (or 0x2B2084) is known color: Persian Indigo. HEX triplet: 2B, 20 and 84. RGB value is (43,32,132). Sum of RGB (Red+Green+Blue) = 43+32+132=207 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.77% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 132 (51.95% from 255 or 63.77% from 207); Max value from RGB is 132 - color contains mainly: blue. Hex color #2B2084 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2084 is #D4DF7B. Grayscale: #2E2E2E. Windows color (decimal): -13950844 or 8658987. OLE color: 8658987.

HSL color Cylindrical-coordinate representation of color #2B2084: hue angle of 246.6º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B2084 is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 43 32 132 -
CMYK 0.67 0.76 0 0.48
HSL 246.6º 0.61% 0.32% -
HSV(B) 246.6º 0.76% 0.52% -
XYZ 5.68 3.21 22.15 -
YUV 46.69 176.14 125.37 -
System Red Green Blue C M Y K H S L
Decimal 43 32 132 0.67 0.76 0 0.48 246.6 0.61 0.32
Hex 2B 20 84 43 4C 0 30 F7 3D 20
Octal 53 40 204 103 114 0 60 367 75 40
Binary 101011 100000 10000100 1000011 1001100 0 110000 11110111 111101 100000

Color Harmonies of #2B2084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2084

Black with #2B2084

Text Example


Text Example

White with #2B2084

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,32,132); }

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

background-color css

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

 a { background-color: rgb(43,32,132); }

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

border-color css

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

 span { border-color: rgb(43,32,132); }

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