Html Css Color HEX #2B198C Persian Indigo

📋 copy color: '#2B198C'

red 43 ◦ green 25 ◦ blue 140

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

Shades of Persian Indigo #2B198C

Tints of Persian Indigo #2B198C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 67.31%

R = 20.67%
G = 12.02%
B = 67.31%

CMYK

 C value IS 0.69

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2B198C (or 0x2B198C) is known color: Persian Indigo. HEX triplet: 2B, 19 and 8C. RGB value is (43,25,140). Sum of RGB (Red+Green+Blue) = 43+25+140=208 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.67% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 140 (55.08% from 255 or 67.31% from 208); Max value from RGB is 140 - color contains mainly: blue. Hex color #2B198C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B198C is #D4E673. Grayscale: #2B2B2B. Windows color (decimal): -13952628 or 9181483. OLE color: 9181483.

HSL color Cylindrical-coordinate representation of color #2B198C: hue angle of 249.39º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B198C is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 43 25 140 -
CMYK 0.69 0.82 0 0.45
HSL 249.39º 0.7% 0.32% -
HSV(B) 249.39º 0.82% 0.55% -
XYZ 6.08 3.1 25.09 -
YUV 43.49 182.46 127.65 -
System Red Green Blue C M Y K H S L
Decimal 43 25 140 0.69 0.82 0 0.45 249.39 0.7 0.32
Hex 2B 19 8C 45 52 0 2D F9 46 20
Octal 53 31 214 105 122 0 55 371 106 40
Binary 101011 11001 10001100 1000101 1010010 0 101101 11111001 1000110 100000

Color Harmonies of #2B198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B198C

Black with #2B198C

Text Example


Text Example

White with #2B198C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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