Html Css Color HEX #2B176C Persian Indigo

📋 copy color: '#2B176C'

red 43 ◦ green 23 ◦ blue 108

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

Shades of Persian Indigo #2B176C

Tints of Persian Indigo #2B176C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 62.07%

R = 24.71%
G = 13.22%
B = 62.07%

CMYK

 C value IS 0.60

 M value IS 0.79

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2B176C (or 0x2B176C) is known color: Persian Indigo. HEX triplet: 2B, 17 and 6C. RGB value is (43,23,108). Sum of RGB (Red+Green+Blue) = 43+23+108=174 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.71% from 174); Green value is 23 (9.38% from 255 or 13.22% from 174); Blue value is 108 (42.58% from 255 or 62.07% from 174); Max value from RGB is 108 - color contains mainly: blue. Hex color #2B176C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B176C is #D4E893. Grayscale: #262626. Windows color (decimal): -13953172 or 7083819. OLE color: 7083819.

HSL color Cylindrical-coordinate representation of color #2B176C: hue angle of 254.12º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B176C is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 43 23 108 -
CMYK 0.60 0.79 0 0.58
HSL 254.12º 0.65% 0.26% -
HSV(B) 254.12º 0.79% 0.42% -
XYZ 4.01 2.21 14.4 -
YUV 38.67 167.13 131.09 -
System Red Green Blue C M Y K H S L
Decimal 43 23 108 0.60 0.79 0 0.58 254.12 0.65 0.26
Hex 2B 17 6C 3C 4F 0 3A FE 41 1A
Octal 53 27 154 74 117 0 72 376 101 32
Binary 101011 10111 1101100 111100 1001111 0 111010 11111110 1000001 11010

Color Harmonies of #2B176C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B176C

Black with #2B176C

Text Example


Text Example

White with #2B176C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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