Html Css Color HEX #2B016F Persian Indigo

📋 copy color: '#2B016F'

red 43 ◦ green 1 ◦ blue 111

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

Shades of Persian Indigo #2B016F

Tints of Persian Indigo #2B016F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

 BLUE value IS 111 (43.75% from 255) = 71.61%

R = 27.74%
G = 0.65%
B = 71.61%

CMYK

 C value IS 0.61

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2B016F (or 0x2B016F) is known color: Persian Indigo. HEX triplet: 2B, 01 and 6F. RGB value is (43,1,111). Sum of RGB (Red+Green+Blue) = 43+1+111=155 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.74% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 111 (43.75% from 255 or 71.61% from 155); Max value from RGB is 111 - color contains mainly: blue. Hex color #2B016F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B016F is #D4FE90. Grayscale: #191919. Windows color (decimal): -13958801 or 7274795. OLE color: 7274795.

HSL color Cylindrical-coordinate representation of color #2B016F: hue angle of 262.91º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B016F is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 43 1 111 -
CMYK 0.61 0.99 0 0.56
HSL 262.91º 0.98% 0.22% -
HSV(B) 262.91º 0.99% 0.44% -
XYZ 3.88 1.68 15.16 -
YUV 26.1 175.91 140.06 -
System Red Green Blue C M Y K H S L
Decimal 43 1 111 0.61 0.99 0 0.56 262.91 0.98 0.22
Hex 2B 1 6F 3D 63 0 38 107 62 16
Octal 53 1 157 75 143 0 70 407 142 26
Binary 101011 1 1101111 111101 1100011 0 111000 100000111 1100010 10110

Color Harmonies of #2B016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B016F

Black with #2B016F

Text Example


Text Example

White with #2B016F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,1,111); }

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

background-color css

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

 a { background-color: rgb(43,1,111); }

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

border-color css

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

 span { border-color: rgb(43,1,111); }

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