Html Css Color HEX #2B018B Persian Indigo

📋 copy color: '#2B018B'

red 43 ◦ green 1 ◦ blue 139

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

Shades of Persian Indigo #2B018B

Tints of Persian Indigo #2B018B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 75.96%

R = 23.5%
G = 0.55%
B = 75.96%

CMYK

 C value IS 0.69

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2B018B (or 0x2B018B) is known color: Persian Indigo. HEX triplet: 2B, 01 and 8B. RGB value is (43,1,139). Sum of RGB (Red+Green+Blue) = 43+1+139=183 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.50% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 139 (54.69% from 255 or 75.96% from 183); Max value from RGB is 139 - color contains mainly: blue. Hex color #2B018B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B018B is #D4FE74. Grayscale: #1C1C1C. Windows color (decimal): -13958773 or 9109803. OLE color: 9109803.

HSL color Cylindrical-coordinate representation of color #2B018B: hue angle of 258.26º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B018B is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 43 1 139 -
CMYK 0.69 0.99 0 0.45
HSL 258.26º 0.99% 0.27% -
HSV(B) 258.26º 0.99% 0.55% -
XYZ 5.67 2.4 24.59 -
YUV 29.29 189.91 137.78 -
System Red Green Blue C M Y K H S L
Decimal 43 1 139 0.69 0.99 0 0.45 258.26 0.99 0.27
Hex 2B 1 8B 45 63 0 2D 102 63 1B
Octal 53 1 213 105 143 0 55 402 143 33
Binary 101011 1 10001011 1000101 1100011 0 101101 100000010 1100011 11011

Color Harmonies of #2B018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B018B

Black with #2B018B

Text Example


Text Example

White with #2B018B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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