Html Css Color HEX #2B056D Persian Indigo

📋 copy color: '#2B056D'

red 43 ◦ green 5 ◦ blue 109

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

Shades of Persian Indigo #2B056D

Tints of Persian Indigo #2B056D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.18%

 BLUE value IS 109 (42.97% from 255) = 69.43%

R = 27.39%
G = 3.18%
B = 69.43%

CMYK

 C value IS 0.61

 M value IS 0.95

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2B056D (or 0x2B056D) is known color: Persian Indigo. HEX triplet: 2B, 05 and 6D. RGB value is (43,5,109). Sum of RGB (Red+Green+Blue) = 43+5+109=157 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.39% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 109 (42.97% from 255 or 69.43% from 157); Max value from RGB is 109 - color contains mainly: blue. Hex color #2B056D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B056D is #D4FA92. Grayscale: #1B1B1B. Windows color (decimal): -13957779 or 7144747. OLE color: 7144747.

HSL color Cylindrical-coordinate representation of color #2B056D: hue angle of 261.92º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B056D is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 43 5 109 -
CMYK 0.61 0.95 0 0.57
HSL 261.92º 0.91% 0.22% -
HSV(B) 261.92º 0.95% 0.43% -
XYZ 3.81 1.73 14.6 -
YUV 28.22 173.59 138.54 -
System Red Green Blue C M Y K H S L
Decimal 43 5 109 0.61 0.95 0 0.57 261.92 0.91 0.22
Hex 2B 5 6D 3D 5F 0 39 106 5B 16
Octal 53 5 155 75 137 0 71 406 133 26
Binary 101011 101 1101101 111101 1011111 0 111001 100000110 1011011 10110

Color Harmonies of #2B056D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B056D

Black with #2B056D

Text Example


Text Example

White with #2B056D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,5,109); }

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

background-color css

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

 a { background-color: rgb(43,5,109); }

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

border-color css

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

 span { border-color: rgb(43,5,109); }

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