Html Css Color HEX #2B177D Persian Indigo

📋 copy color: '#2B177D'

red 43 ◦ green 23 ◦ blue 125

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

Shades of Persian Indigo #2B177D

Tints of Persian Indigo #2B177D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.04%

 BLUE value IS 125 (49.22% from 255) = 65.45%

R = 22.51%
G = 12.04%
B = 65.45%

CMYK

 C value IS 0.66

 M value IS 0.82

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2B177D (or 0x2B177D) is known color: Persian Indigo. HEX triplet: 2B, 17 and 7D. RGB value is (43,23,125). Sum of RGB (Red+Green+Blue) = 43+23+125=191 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.51% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 125 (49.22% from 255 or 65.45% from 191); Max value from RGB is 125 - color contains mainly: blue. Hex color #2B177D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B177D is #D4E882. Grayscale: #282828. Windows color (decimal): -13953155 or 8197931. OLE color: 8197931.

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

Color convert

RGB 43 23 125 -
CMYK 0.66 0.82 0 0.51
HSL 251.76º 0.69% 0.29% -
HSV(B) 251.76º 0.82% 0.49% -
XYZ 5 2.61 19.64 -
YUV 40.61 175.63 129.71 -
System Red Green Blue C M Y K H S L
Decimal 43 23 125 0.66 0.82 0 0.51 251.76 0.69 0.29
Hex 2B 17 7D 42 52 0 33 FC 45 1D
Octal 53 27 175 102 122 0 63 374 105 35
Binary 101011 10111 1111101 1000010 1010010 0 110011 11111100 1000101 11101

Color Harmonies of #2B177D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B177D

Black with #2B177D

Text Example


Text Example

White with #2B177D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,23,125); }

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

background-color css

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

 a { background-color: rgb(43,23,125); }

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

border-color css

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

 span { border-color: rgb(43,23,125); }

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