Html Css Color HEX #2B2382 Persian Indigo

📋 copy color: '#2B2382'

red 43 ◦ green 35 ◦ blue 130

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

Shades of Persian Indigo #2B2382

Tints of Persian Indigo #2B2382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 62.5%

R = 20.67%
G = 16.83%
B = 62.5%

CMYK

 C value IS 0.67

 M value IS 0.73

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#2B2382 (or 0x2B2382) is known color: Persian Indigo. HEX triplet: 2B, 23 and 82. RGB value is (43,35,130). Sum of RGB (Red+Green+Blue) = 43+35+130=208 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.67% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 130 (51.17% from 255 or 62.5% from 208); Max value from RGB is 130 - color contains mainly: blue. Hex color #2B2382 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2382 is #D4DC7D. Grayscale: #2F2F2F. Windows color (decimal): -13950078 or 8528683. OLE color: 8528683.

HSL color Cylindrical-coordinate representation of color #2B2382: hue angle of 245.05º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B2382 is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 43 35 130 -
CMYK 0.67 0.73 0 0.49
HSL 245.05º 0.58% 0.32% -
HSV(B) 245.05º 0.73% 0.51% -
XYZ 5.63 3.33 21.46 -
YUV 48.22 174.15 124.28 -
System Red Green Blue C M Y K H S L
Decimal 43 35 130 0.67 0.73 0 0.49 245.05 0.58 0.32
Hex 2B 23 82 43 49 0 31 F5 3A 20
Octal 53 43 202 103 111 0 61 365 72 40
Binary 101011 100011 10000010 1000011 1001001 0 110001 11110101 111010 100000

Color Harmonies of #2B2382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2382

Black with #2B2382

Text Example


Text Example

White with #2B2382

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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