Html Css Color HEX #2B1982 Persian Indigo

📋 copy color: '#2B1982'

red 43 ◦ green 25 ◦ blue 130

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

Shades of Persian Indigo #2B1982

Tints of Persian Indigo #2B1982

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.63%

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

R = 21.72%
G = 12.63%
B = 65.66%

CMYK

 C value IS 0.67

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#2B1982 (or 0x2B1982) is known color: Persian Indigo. HEX triplet: 2B, 19 and 82. RGB value is (43,25,130). Sum of RGB (Red+Green+Blue) = 43+25+130=198 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.72% from 198); Green value is 25 (10.16% from 255 or 12.63% from 198); Blue value is 130 (51.17% from 255 or 65.66% from 198); Max value from RGB is 130 - color contains mainly: blue. Hex color #2B1982 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B1982 is #D4E67D. Grayscale: #292929. Windows color (decimal): -13952638 or 8526123. OLE color: 8526123.

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

Color convert

RGB 43 25 130 -
CMYK 0.67 0.81 0 0.49
HSL 250.29º 0.68% 0.3% -
HSV(B) 250.29º 0.81% 0.51% -
XYZ 5.37 2.82 21.38 -
YUV 42.35 177.46 128.46 -
System Red Green Blue C M Y K H S L
Decimal 43 25 130 0.67 0.81 0 0.49 250.29 0.68 0.3
Hex 2B 19 82 43 51 0 31 FA 44 1E
Octal 53 31 202 103 121 0 61 372 104 36
Binary 101011 11001 10000010 1000011 1010001 0 110001 11111010 1000100 11110

Color Harmonies of #2B1982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1982

Black with #2B1982

Text Example


Text Example

White with #2B1982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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