Html Css Color HEX #2B197B Persian Indigo

📋 copy color: '#2B197B'

red 43 ◦ green 25 ◦ blue 123

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

Shades of Persian Indigo #2B197B

Tints of Persian Indigo #2B197B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 64.4%

R = 22.51%
G = 13.09%
B = 64.4%

CMYK

 C value IS 0.65

 M value IS 0.80

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#2B197B (or 0x2B197B) is known color: Persian Indigo. HEX triplet: 2B, 19 and 7B. RGB value is (43,25,123). Sum of RGB (Red+Green+Blue) = 43+25+123=191 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.51% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 123 (48.44% from 255 or 64.40% from 191); Max value from RGB is 123 - color contains mainly: blue. Hex color #2B197B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B197B is #D4E684. Grayscale: #292929. Windows color (decimal): -13952645 or 8067371. OLE color: 8067371.

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

Color convert

RGB 43 25 123 -
CMYK 0.65 0.80 0 0.52
HSL 251.02º 0.66% 0.29% -
HSV(B) 251.02º 0.8% 0.48% -
XYZ 4.92 2.64 18.99 -
YUV 41.55 173.96 129.03 -
System Red Green Blue C M Y K H S L
Decimal 43 25 123 0.65 0.80 0 0.52 251.02 0.66 0.29
Hex 2B 19 7B 41 50 0 34 FB 42 1D
Octal 53 31 173 101 120 0 64 373 102 35
Binary 101011 11001 1111011 1000001 1010000 0 110100 11111011 1000010 11101

Color Harmonies of #2B197B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B197B

Black with #2B197B

Text Example


Text Example

White with #2B197B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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