Html Css Color HEX #2B2081 Persian Indigo

📋 copy color: '#2B2081'

red 43 ◦ green 32 ◦ blue 129

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

Shades of Persian Indigo #2B2081

Tints of Persian Indigo #2B2081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 63.24%

R = 21.08%
G = 15.69%
B = 63.24%

CMYK

 C value IS 0.67

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#2B2081 (or 0x2B2081) is known color: Persian Indigo. HEX triplet: 2B, 20 and 81. RGB value is (43,32,129). Sum of RGB (Red+Green+Blue) = 43+32+129=204 (27% of max value = 765). Red value is 43 (17.19% from 255 or 21.08% from 204); Green value is 32 (12.89% from 255 or 15.69% from 204); Blue value is 129 (50.78% from 255 or 63.24% from 204); Max value from RGB is 129 - color contains mainly: blue. Hex color #2B2081 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2081 is #D4DF7E. Grayscale: #2D2D2D. Windows color (decimal): -13950847 or 8462379. OLE color: 8462379.

HSL color Cylindrical-coordinate representation of color #2B2081: hue angle of 246.8º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B2081 is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 43 32 129 -
CMYK 0.67 0.75 0 0.49
HSL 246.8º 0.6% 0.32% -
HSV(B) 246.8º 0.75% 0.51% -
XYZ 5.48 3.13 21.08 -
YUV 46.35 174.64 125.61 -
System Red Green Blue C M Y K H S L
Decimal 43 32 129 0.67 0.75 0 0.49 246.8 0.6 0.32
Hex 2B 20 81 43 4B 0 31 F7 3C 20
Octal 53 40 201 103 113 0 61 367 74 40
Binary 101011 100000 10000001 1000011 1001011 0 110001 11110111 111100 100000

Color Harmonies of #2B2081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2081

Black with #2B2081

Text Example


Text Example

White with #2B2081

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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