Html Css Color HEX #2B2380 Persian Indigo

📋 copy color: '#2B2380'

red 43 ◦ green 35 ◦ blue 128

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

Shades of Persian Indigo #2B2380

Tints of Persian Indigo #2B2380

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.99%

 BLUE value IS 128 (50.39% from 255) = 62.14%

R = 20.87%
G = 16.99%
B = 62.14%

CMYK

 C value IS 0.66

 M value IS 0.73

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#2B2380 (or 0x2B2380) is known color: Persian Indigo. HEX triplet: 2B, 23 and 80. RGB value is (43,35,128). Sum of RGB (Red+Green+Blue) = 43+35+128=206 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.87% from 206); Green value is 35 (14.06% from 255 or 16.99% from 206); Blue value is 128 (50.39% from 255 or 62.14% from 206); Max value from RGB is 128 - color contains mainly: blue. Hex color #2B2380 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2380 is #D4DC7F. Grayscale: #2F2F2F. Windows color (decimal): -13950080 or 8397611. OLE color: 8397611.

HSL color Cylindrical-coordinate representation of color #2B2380: hue angle of 245.16º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B2380 is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 43 35 128 -
CMYK 0.66 0.73 0 0.50
HSL 245.16º 0.57% 0.32% -
HSV(B) 245.16º 0.73% 0.5% -
XYZ 5.49 3.27 20.76 -
YUV 47.99 173.15 124.44 -
System Red Green Blue C M Y K H S L
Decimal 43 35 128 0.66 0.73 0 0.50 245.16 0.57 0.32
Hex 2B 23 80 42 49 0 32 F5 39 20
Octal 53 43 200 102 111 0 62 365 71 40
Binary 101011 100011 10000000 1000010 1001001 0 110010 11110101 111001 100000

Color Harmonies of #2B2380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2380

Black with #2B2380

Text Example


Text Example

White with #2B2380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,35,128); }

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

background-color css

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

 a { background-color: rgb(43,35,128); }

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

border-color css

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

 span { border-color: rgb(43,35,128); }

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