Html Css Color HEX #2B017B Persian Indigo

📋 copy color: '#2B017B'

red 43 ◦ green 1 ◦ blue 123

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

Shades of Persian Indigo #2B017B

Tints of Persian Indigo #2B017B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 73.65%

R = 25.75%
G = 0.6%
B = 73.65%

CMYK

 C value IS 0.65

 M value IS 0.99

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#2B017B (or 0x2B017B) is known color: Persian Indigo. HEX triplet: 2B, 01 and 7B. RGB value is (43,1,123). Sum of RGB (Red+Green+Blue) = 43+1+123=167 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.75% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 123 (48.44% from 255 or 73.65% from 167); Max value from RGB is 123 - color contains mainly: blue. Hex color #2B017B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B017B is #D4FE84. Grayscale: #1B1B1B. Windows color (decimal): -13958789 or 8061227. OLE color: 8061227.

HSL color Cylindrical-coordinate representation of color #2B017B: hue angle of 260.66º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B017B is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 43 1 123 -
CMYK 0.65 0.99 0 0.52
HSL 260.66º 0.98% 0.24% -
HSV(B) 260.66º 0.99% 0.48% -
XYZ 4.58 1.97 18.88 -
YUV 27.47 181.91 139.08 -
System Red Green Blue C M Y K H S L
Decimal 43 1 123 0.65 0.99 0 0.52 260.66 0.98 0.24
Hex 2B 1 7B 41 63 0 34 105 62 18
Octal 53 1 173 101 143 0 64 405 142 30
Binary 101011 1 1111011 1000001 1100011 0 110100 100000101 1100010 11000

Color Harmonies of #2B017B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B017B

Black with #2B017B

Text Example


Text Example

White with #2B017B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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