Html Css Color HEX #2B018F Persian Indigo

📋 copy color: '#2B018F'

red 43 ◦ green 1 ◦ blue 143

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

Shades of Persian Indigo #2B018F

Tints of Persian Indigo #2B018F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 76.47%

R = 22.99%
G = 0.53%
B = 76.47%

CMYK

 C value IS 0.70

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2B018F (or 0x2B018F) is known color: Persian Indigo. HEX triplet: 2B, 01 and 8F. RGB value is (43,1,143). Sum of RGB (Red+Green+Blue) = 43+1+143=187 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.99% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 143 (56.25% from 255 or 76.47% from 187); Max value from RGB is 143 - color contains mainly: blue. Hex color #2B018F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B018F is #D4FE70. Grayscale: #1D1D1D. Windows color (decimal): -13958769 or 9371947. OLE color: 9371947.

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

Color convert

RGB 43 1 143 -
CMYK 0.70 0.99 0 0.44
HSL 257.75º 0.99% 0.28% -
HSV(B) 257.75º 0.99% 0.56% -
XYZ 5.97 2.52 26.16 -
YUV 29.75 191.91 137.45 -
System Red Green Blue C M Y K H S L
Decimal 43 1 143 0.70 0.99 0 0.44 257.75 0.99 0.28
Hex 2B 1 8F 46 63 0 2C 102 63 1C
Octal 53 1 217 106 143 0 54 402 143 34
Binary 101011 1 10001111 1000110 1100011 0 101100 100000010 1100011 11100

Color Harmonies of #2B018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B018F

Black with #2B018F

Text Example


Text Example

White with #2B018F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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