Html Css Color HEX #2B0493 Persian Indigo

📋 copy color: '#2B0493'

red 43 ◦ green 4 ◦ blue 147

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

Shades of Persian Indigo #2B0493

Tints of Persian Indigo #2B0493

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.06%

 BLUE value IS 147 (57.81% from 255) = 75.77%

R = 22.16%
G = 2.06%
B = 75.77%

CMYK

 C value IS 0.71

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2B0493 (or 0x2B0493) is known color: Persian Indigo. HEX triplet: 2B, 04 and 93. RGB value is (43,4,147). Sum of RGB (Red+Green+Blue) = 43+4+147=194 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.16% from 194); Green value is 4 (1.95% from 255 or 2.06% from 194); Blue value is 147 (57.81% from 255 or 75.77% from 194); Max value from RGB is 147 - color contains mainly: blue. Hex color #2B0493 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0493 is #D4FB6C. Grayscale: #1F1F1F. Windows color (decimal): -13957997 or 9634859. OLE color: 9634859.

HSL color Cylindrical-coordinate representation of color #2B0493: hue angle of 256.36º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2B0493 is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 43 4 147 -
CMYK 0.71 0.97 0 0.42
HSL 256.36º 0.95% 0.3% -
HSV(B) 256.36º 0.97% 0.58% -
XYZ 6.31 2.71 27.79 -
YUV 31.96 192.92 135.87 -
System Red Green Blue C M Y K H S L
Decimal 43 4 147 0.71 0.97 0 0.42 256.36 0.95 0.3
Hex 2B 4 93 47 61 0 2A 100 5F 1E
Octal 53 4 223 107 141 0 52 400 137 36
Binary 101011 100 10010011 1000111 1100001 0 101010 100000000 1011111 11110

Color Harmonies of #2B0493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0493

Black with #2B0493

Text Example


Text Example

White with #2B0493

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,4,147); }

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

background-color css

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

 a { background-color: rgb(43,4,147); }

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

border-color css

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

 span { border-color: rgb(43,4,147); }

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