Html Css Color HEX #2B197C Persian Indigo

📋 copy color: '#2B197C'

red 43 ◦ green 25 ◦ blue 124

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

Shades of Persian Indigo #2B197C

Tints of Persian Indigo #2B197C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 64.58%

R = 22.4%
G = 13.02%
B = 64.58%

CMYK

 C value IS 0.65

 M value IS 0.80

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2B197C (or 0x2B197C) is known color: Persian Indigo. HEX triplet: 2B, 19 and 7C. RGB value is (43,25,124). Sum of RGB (Red+Green+Blue) = 43+25+124=192 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.40% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 124 (48.83% from 255 or 64.58% from 192); Max value from RGB is 124 - color contains mainly: blue. Hex color #2B197C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B197C is #D4E683. Grayscale: #292929. Windows color (decimal): -13952644 or 8132907. OLE color: 8132907.

HSL color Cylindrical-coordinate representation of color #2B197C: hue angle of 250.91º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B197C is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 43 25 124 -
CMYK 0.65 0.80 0 0.51
HSL 250.91º 0.66% 0.29% -
HSV(B) 250.91º 0.8% 0.49% -
XYZ 4.98 2.66 19.32 -
YUV 41.67 174.46 128.95 -
System Red Green Blue C M Y K H S L
Decimal 43 25 124 0.65 0.80 0 0.51 250.91 0.66 0.29
Hex 2B 19 7C 41 50 0 33 FB 42 1D
Octal 53 31 174 101 120 0 63 373 102 35
Binary 101011 11001 1111100 1000001 1010000 0 110011 11111011 1000010 11101

Color Harmonies of #2B197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B197C

Black with #2B197C

Text Example


Text Example

White with #2B197C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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