Html Css Color HEX #2B0181 Persian Indigo

📋 copy color: '#2B0181'

red 43 ◦ green 1 ◦ blue 129

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

Shades of Persian Indigo #2B0181

Tints of Persian Indigo #2B0181

RGB

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

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

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

R = 24.86%
G = 0.58%
B = 74.57%

CMYK

 C value IS 0.67

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#2B0181 (or 0x2B0181) is known color: Persian Indigo. HEX triplet: 2B, 01 and 81. RGB value is (43,1,129). Sum of RGB (Red+Green+Blue) = 43+1+129=173 (22% of max value = 765). Red value is 43 (17.19% from 255 or 24.86% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 129 (50.78% from 255 or 74.57% from 173); Max value from RGB is 129 - color contains mainly: blue. Hex color #2B0181 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0181 is #D4FE7E. Grayscale: #1B1B1B. Windows color (decimal): -13958783 or 8454443. OLE color: 8454443.

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

Color convert

RGB 43 1 129 -
CMYK 0.67 0.99 0 0.49
HSL 259.69º 0.98% 0.25% -
HSV(B) 259.69º 0.99% 0.51% -
XYZ 4.97 2.12 20.92 -
YUV 28.15 184.91 138.59 -
System Red Green Blue C M Y K H S L
Decimal 43 1 129 0.67 0.99 0 0.49 259.69 0.98 0.25
Hex 2B 1 81 43 63 0 31 104 62 19
Octal 53 1 201 103 143 0 61 404 142 31
Binary 101011 1 10000001 1000011 1100011 0 110001 100000100 1100010 11001

Color Harmonies of #2B0181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0181

Black with #2B0181

Text Example


Text Example

White with #2B0181

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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