Html Css Color HEX #2B0771 Persian Indigo

📋 copy color: '#2B0771'

red 43 ◦ green 7 ◦ blue 113

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

Shades of Persian Indigo #2B0771

Tints of Persian Indigo #2B0771

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.29%

 BLUE value IS 113 (44.53% from 255) = 69.33%

R = 26.38%
G = 4.29%
B = 69.33%

CMYK

 C value IS 0.62

 M value IS 0.94

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2B0771 (or 0x2B0771) is known color: Persian Indigo. HEX triplet: 2B, 07 and 71. RGB value is (43,7,113). Sum of RGB (Red+Green+Blue) = 43+7+113=163 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.38% from 163); Green value is 7 (3.12% from 255 or 4.29% from 163); Blue value is 113 (44.53% from 255 or 69.33% from 163); Max value from RGB is 113 - color contains mainly: blue. Hex color #2B0771 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0771 is #D4F88E. Grayscale: #1D1D1D. Windows color (decimal): -13957263 or 7407403. OLE color: 7407403.

HSL color Cylindrical-coordinate representation of color #2B0771: hue angle of 260.38º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2B0771 is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 43 7 113 -
CMYK 0.62 0.94 0 0.56
HSL 260.38º 0.88% 0.24% -
HSV(B) 260.38º 0.94% 0.44% -
XYZ 4.05 1.86 15.77 -
YUV 29.85 174.93 137.38 -
System Red Green Blue C M Y K H S L
Decimal 43 7 113 0.62 0.94 0 0.56 260.38 0.88 0.24
Hex 2B 7 71 3E 5E 0 38 104 58 18
Octal 53 7 161 76 136 0 70 404 130 30
Binary 101011 111 1110001 111110 1011110 0 111000 100000100 1011000 11000

Color Harmonies of #2B0771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0771

Black with #2B0771

Text Example


Text Example

White with #2B0771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,7,113); }

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

background-color css

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

 a { background-color: rgb(43,7,113); }

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

border-color css

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

 span { border-color: rgb(43,7,113); }

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