Html Css Color HEX #2B0290 Persian Indigo

📋 copy color: '#2B0290'

red 43 ◦ green 2 ◦ blue 144

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

Shades of Persian Indigo #2B0290

Tints of Persian Indigo #2B0290

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.06%

 BLUE value IS 144 (56.64% from 255) = 76.19%

R = 22.75%
G = 1.06%
B = 76.19%

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

#2B0290 (or 0x2B0290) is known color: Persian Indigo. HEX triplet: 2B, 02 and 90. RGB value is (43,2,144). Sum of RGB (Red+Green+Blue) = 43+2+144=189 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.75% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 144 (56.64% from 255 or 76.19% from 189); Max value from RGB is 144 - color contains mainly: blue. Hex color #2B0290 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0290 is #D4FD6F. Grayscale: #1D1D1D. Windows color (decimal): -13958512 or 9437739. OLE color: 9437739.

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

Color convert

RGB 43 2 144 -
CMYK 0.70 0.99 0 0.44
HSL 257.32º 0.97% 0.29% -
HSV(B) 257.32º 0.99% 0.56% -
XYZ 6.05 2.57 26.56 -
YUV 30.45 192.08 136.95 -
System Red Green Blue C M Y K H S L
Decimal 43 2 144 0.70 0.99 0 0.44 257.32 0.97 0.29
Hex 2B 2 90 46 63 0 2C 101 61 1D
Octal 53 2 220 106 143 0 54 401 141 35
Binary 101011 10 10010000 1000110 1100011 0 101100 100000001 1100001 11101

Color Harmonies of #2B0290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0290

Black with #2B0290

Text Example


Text Example

White with #2B0290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,2,144); }

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

background-color css

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

 a { background-color: rgb(43,2,144); }

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

border-color css

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

 span { border-color: rgb(43,2,144); }

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